Skip to content

Commit

Permalink
Fix remaining table e2e spec failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jan 27, 2023
1 parent f5f793b commit 0426466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/specs/editor/blocks/table.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ test.describe( 'Table', () => {
await page.click( 'role=button[name="Create Table"i]' );

// Expect the header and footer switches to be present now that the table has been created.
await page.click(
`role=region[name="Editor settings"i] >> role=tab[name="Settings"i]`
);
await expect( headerSwitch ).toBeVisible();
await expect( footerSwitch ).toBeVisible();

Expand Down

0 comments on commit 0426466

Please sign in to comment.