Skip to content

Commit

Permalink
test(plugin-box): remove deprecated focus e2e workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Dec 2, 2024
1 parent ec374b1 commit e583bf5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e-tests/tests/440-box-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ Scenario('Move between box title and content with Tab', async ({ I }) => {
I.type('Boxtitel')

I.say('Move to the box content with Tab')
// Selects the row drag button of the box content first
I.pressKey('Tab')
// Selects the box content
I.pressKey('Tab')
I.type('Boxinhalt')

Expand Down

0 comments on commit e583bf5

Please sign in to comment.