Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
george-misan committed Nov 27, 2024
1 parent e9883bb commit 882bd2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
"button-text-zero-points": "Zero points",
"can-enable-chatbot": "Can enable chatbot",
"cancel-editing-role": "Cancel editing role",
"partners-section-heading": "Add Partner Logos Bar",
"partners-section-text": "This component is displayed just above the footer on all pages of the course, allows you to showcase logos of partner institutions or sponsors, each logo links to a different page.",
"partners-section-button-text": "Create Partners Section",
"certificate-for-completing-a-course-module": "Certificate for completing a course module",
"certificate-generation-confirmation": "If you continue, your name on the certificate will be \"{{name}}\". You cannot change the name on the certificate later.",
"certificate-generation-instructions": "Type the name that should be displayed on the certificate. You cannot change the name later, so make sure you type it correctly.",
Expand Down Expand Up @@ -517,6 +514,9 @@
"page-number": "page {{page-number}}",
"pages": "Pages",
"paper-size": "Paper size",
"partners-section-button-text": "Add Partners Section",
"partners-section-heading": "Add Partner Logos Bar",
"partners-section-text": "This component is displayed just above the footer on all pages of the course, allows you to showcase logos of partner institutions or sponsors, each logo links to a different page.",
"password": "Password",
"password-must-have-at-least-8-characters": "Password must have at least 8 characters!",
"passwords-dont-match": "Passwords don't match!",
Expand Down Expand Up @@ -713,4 +713,4 @@
"weekday-wednesday": "Wednesday",
"you-are-being-redirected-to-completion-registration-page-if-nothing-happens-click-here": "You are automatically being redirected to Open University's completion registration page. If nothing happens, please <2>click here</2>.",
"your-name": "Your name"
}
}
2 changes: 1 addition & 1 deletion 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 }) => {

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

await page.locator("button.components-button").click()

Expand Down

0 comments on commit 882bd2e

Please sign in to comment.