Skip to content

Commit

Permalink
update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
george-misan committed Nov 27, 2024
1 parent abda654 commit 8321c52
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions system-tests/src/tests/partners-block.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test("partner block tests", async ({ page }) => {
page.getByText("University of Helsinki, Department of Mathematics and Statistics").click(),
])

await page.getByLabel("Manage course 'Introduction to citations").click()
await page.getByLabel("Manage course 'Giveaway").click()
await page.getByRole("tab", { name: "Pages" }).click()
await page.getByText("Add Partners Section").click()

Expand All @@ -30,7 +30,7 @@ test("partner block tests", async ({ page }) => {
await fileChooser.setFiles("src/fixtures/media/sample-logo.svg")
await page.getByRole("button", { name: "Save", exact: true }).click()

await page.goto("http://project-331.local/org/uh-cs/courses/introduction-to-citations")
await page.goto("http://project-331.local/org/uh-cs/courses/giveaway")

await selectCourseInstanceIfPrompted(page)

Expand Down

0 comments on commit 8321c52

Please sign in to comment.