Skip to content

Commit

Permalink
update "design-surface-zoom-out" etalon
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Jan 22, 2025
1 parent ad8e267 commit 9673721
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion visualRegressionTests/tests/designer/surface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2551,7 +2551,7 @@ test("Scaling design surface", async (t) => {
for (let i = 0; i < 3; i++) { await t.click(Selector("#zoomIn").find("button")); }
await takeElementScreenshot("design-surface-zoom-in.png", surfaceSelector, t, comparer);

for (let i = 0; i < 8; i++) { await t.click(Selector("#zoomOut").find("button")); }
for (let i = 0; i < 5; i++) { await t.click(Selector("#zoomOut").find("button")); }
await t.resizeWindow(600, 1900);
await takeElementScreenshot("design-surface-zoom-out.png", surfaceSelector, t, comparer);
});
Expand Down

0 comments on commit 9673721

Please sign in to comment.