Skip to content

Commit

Permalink
Merge pull request #4328 from serlo/test/fix-box-focus-e2e
Browse files Browse the repository at this point in the history
test(plugin-box): remove deprecated focus e2e workaround
  • Loading branch information
hejtful authored Dec 2, 2024
2 parents ec374b1 + e583bf5 commit c62194f
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 c62194f

Please sign in to comment.