Skip to content

Commit

Permalink
fix(e2e): adapt one more
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Nov 18, 2024
1 parent e6e3d1a commit 6a43bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/tests/450-blanks-exercise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Scenario(

I.click(BlanksExerciseButton)
I.click('$plugin-blanks-child-text-button')
I.seeNumberOfElements('$plugin-text-editor', initialTextPluginCount + 1)
I.see('Aufgabe: Lückentext')

I.pressKey(['CommandOrControl', 'Z'])

I.seeNumberOfElements('$plugin-text-editor', initialTextPluginCount)
I.dontSee('Aufgabe: Lückentext')
}
)

Expand Down

0 comments on commit 6a43bfa

Please sign in to comment.