fix spelling for test case in consent.spec.ts (#10551)

Co-authored-by: Neeraj <neerajv@thirdrocktechkno.com>
t3chguy/dedup-icons-17oct
Neeraj Vageele 2023-04-11 00:38:40 +05:30 committed by GitHub
parent 3fa6f8cbf0
commit 3f60ccabcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ describe("Consent", () => {
cy.visit(url);
cy.get('[type="submit"]').click();
cy.contains("p", "Danke schon");
cy.contains("p", "Danke schoen");
});
});

View File

@ -4,6 +4,6 @@
<title>Test Privacy policy</title>
</head>
<body>
<p>Danke schon</p>
<p>Danke schoen</p>
</body>
</html>