Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix spelling for test case in consent.spec.ts (#10551)
Browse files Browse the repository at this point in the history
Co-authored-by: Neeraj <neerajv@thirdrocktechkno.com>
  • Loading branch information
NSV1991 and neerajv96 authored Apr 10, 2023
1 parent 3fa6f8c commit 3f60cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/login/consent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe("Consent", () => {
cy.visit(url);

cy.get('[type="submit"]').click();
cy.contains("p", "Danke schon");
cy.contains("p", "Danke schoen");
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Test Privacy policy</title>
</head>
<body>
<p>Danke schon</p>
<p>Danke schoen</p>
</body>
</html>

0 comments on commit 3f60cca

Please sign in to comment.