Skip to content

Commit

Permalink
adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Dec 12, 2023
1 parent 9ccb66a commit a6ca221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -171,7 +171,7 @@ Scenario('Donation', ({ I }) => {
I.switchTo('iframe')
I.waitForText('Bitte gib einen Spendenbetrag ein', 30)
I.click('Jetzt spenden')
I.see('Wähle eine Zahlungsart')
I.waitForText('Wähle eine Zahlungsart', 10)
I.switchTo() // back from iframe

I.amOnPage('/')
Expand Down

0 comments on commit a6ca221

Please sign in to comment.