Skip to content

Commit

Permalink
Update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jun 5, 2024
1 parent a948092 commit 48968cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/list-view.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ test.describe( 'List View', () => {
'Pressing keyboard shortcut should also work when the menu is opened and focused'
)
.toMatchObject( [
{ name: 'core/paragraph', selected: true, focused: false },
{ name: 'core/paragraph', selected: true, focused: true },
{ name: 'core/file', selected: false, focused: false },
] );
await expect(
Expand Down

0 comments on commit 48968cd

Please sign in to comment.