Skip to content

Commit

Permalink
System test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Apr 11, 2024
1 parent 12d08f8 commit 774d81b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test("multiple-choice course material column test", async ({ page, headless }, t
testInfo,
snapshotName: "course-material-multiple-choice-after-success-click-column-single",
waitForTheseToBeVisibleAndStable: [
frame.locator(`text="Correct! This is indeed the first answer"`),
frame.locator(`text="Correct! This is indeed the first answer."`),
],
screenshotTarget: frame,
clearNotifications: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test("multiple-choice course material row test", async ({ page, headless }, test
testInfo,
snapshotName: "course-material-multiple-choice-after-success-click-row-single",
waitForTheseToBeVisibleAndStable: [
frame3.locator(`text="Correct! This is indeed the first answer"`),
frame3.locator(`text="Correct! This is indeed the first answer."`),
],
screenshotTarget: frame3,
clearNotifications: true,
Expand Down Expand Up @@ -112,7 +112,7 @@ test("multiple-choice course material row test", async ({ page, headless }, test
testInfo,
snapshotName: "course-material-multiple-choice-after-success-click-row-multi",
waitForTheseToBeVisibleAndStable: [
frame4.locator(`text="Correct! This is indeed the first answer"`),
frame4.locator(`text="Correct! This is indeed the first answer."`),
],
screenshotTarget: frame4,
clearNotifications: true,
Expand Down

0 comments on commit 774d81b

Please sign in to comment.