Skip to content

Commit

Permalink
fixup! Add tests for annotation delete popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Oct 21, 2024
1 parent a3d26c3 commit a893637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/highlight_editor_spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2276,7 +2276,7 @@ describe("Highlight Editor", () => {
const newY = newRect.y + newRect.height / 2;
await page.mouse.click(newX, newY, { count: 2, delay: 100 });

await page.waitForSelector(getEditorSelector(0));
await page.waitForSelector(getEditorSelector(1));
await page.waitForSelector("#editorUndoBar", { hidden: true });
})
);
Expand Down

0 comments on commit a893637

Please sign in to comment.