Skip to content

Commit 213fcbf

Browse files
committed
Update z_logout.cy.ts
1 parent 3410958 commit 213fcbf

File tree

1 file changed

+1
-1
lines changed
  • src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/cypress/e2e/ui/z_Cleanup

1 file changed

+1
-1
lines changed

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/cypress/e2e/ui/z_Cleanup/z_logout.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
describe("Final cleanup - logout & reset browser state", () => {
44
it("logs out portal user and resets browser state", () => {
55
cy.document().its("readyState").should("eq", "complete");
6-
cy.contains("Your ECE certifications").should("be.visible");
6+
cy.contains("My current certification").should("be.visible");
77
// calls custom commands
88
cy.logout();
99
cy.resetBrowserState();

0 commit comments

Comments
 (0)