Skip to content

Commit

Permalink
removed the line that closes the modal help window during initial pag…
Browse files Browse the repository at this point in the history
…e editing in the e2e repeater test
  • Loading branch information
Fellan-91 committed Nov 20, 2024
1 parent 8dbeea7 commit e7104e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/specs/editor-block-repeater-control.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ test.describe('editor block with Repeater control', () => {

await page.getByLabel('“Test Repeater Block” (Edit)').click();

await page.getByLabel('Close', { exact: true }).click();

await editor.canvas
.getByLabel('Inspector Controls')
.getByRole('button')
Expand Down

0 comments on commit e7104e0

Please sign in to comment.