Skip to content

Commit

Permalink
fix(test_007): limit on the number of zoom out
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Apr 16, 2024
1 parent a1c056f commit 173836b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions playwright-test/07_block_context_menu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ test.describe("Block context menu", () => {
// CI problem if not center due to multi-layered context menu
await window.locator("button[title='zoom out']").click();
await window.locator("button[title='zoom out']").click();
await window.locator("button[title='zoom out']").click();
await window.locator("button[title='fit view']").click();
//

// Take a screenshot
await window.screenshot({
fullPage: true,
Expand Down

0 comments on commit 173836b

Please sign in to comment.