Skip to content

Commit

Permalink
fix(e2e): adapt solution toggle stings
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Jan 30, 2024
1 parent 1f70749 commit e09d359
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e-tests/tests/100-learners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ Scenario('Toggle Solution', ({ I }) => {
I.amOnPage('/37779')
I.see('Die Klasse 8a')
I.dontSee('Für diese Aufgabe benötigst Du')
I.click('Lösung anzeigen')
I.click('Lösung')
I.see('Für diese Aufgabe benötigst Du')
I.click('Lösung ausblenden')
I.click('Lösung')
I.dontSee('Für diese Aufgabe benötigst Du')
})

Expand Down Expand Up @@ -338,7 +338,7 @@ Scenario('Course', ({ I }) => {
I.click('Kursübersicht')
I.see('Zusammenfassung')
I.click('Weiterführende Übungen')
I.see('Lösung anzeigen')
I.see('Lösung')
})

Scenario('Comments', ({ I }) => {
Expand All @@ -350,7 +350,7 @@ Scenario('Comments', ({ I }) => {

// In exercise
I.amOnPage('/37296')
I.click('Lösung anzeigen')
I.click('Lösung')
I.scrollTo('#comment-area-begin-scrollpoint')
I.see('Ich weiß nicht, ob es vom Computer')
})
Expand Down

0 comments on commit e09d359

Please sign in to comment.