Commit 520fff6b by Edgar HIPP

Add test for inline image

parent ab188117
......@@ -13,6 +13,8 @@ const fileNames = [
"imageExample.docx",
"imageHeaderFooterExample.docx",
"imageLoopExample.docx",
"imageInlineExample.docx",
"expectedInline.docx",
"expectedNoImage.docx",
"expectedHeaderFooter.docx",
"expectedOneImage.docx",
......@@ -76,6 +78,13 @@ function testStart() {
this.loadAndRender();
});
it("should work with inline", function () {
this.name = "imageInlineExample.docx";
this.expectedName = "expectedInline.docx";
this.data = {firefox: "examples/image.png"};
this.loadAndRender();
});
it("should work with centering", function () {
this.name = "imageExample.docx";
this.expectedName = "expectedCentered.docx";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment