Skip to content

Commit

Permalink
revert check
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Dec 11, 2023
1 parent 61df646 commit 208c4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/e2e-tests/tests/000-general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Scenario('About Serlo', ({ I }) => {
I.click('Community')

// Make sure it's the right page, wait longer to reduce flakiness
I.waitForText("Was gibt\\'s zu tun?", 20)
I.waitForText("Was gibt's zu tun?", 20)
})

Scenario('Main Menu', async ({ I }) => {
Expand Down

0 comments on commit 208c4f1

Please sign in to comment.