mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
fix spelling for test case in consent.spec.ts (#10551)
Co-authored-by: Neeraj <neerajv@thirdrocktechkno.com>
This commit is contained in:
parent
3fa6f8cbf0
commit
3f60ccabcb
@ -58,7 +58,7 @@ describe("Consent", () => {
|
||||
cy.visit(url);
|
||||
|
||||
cy.get('[type="submit"]').click();
|
||||
cy.contains("p", "Danke schon");
|
||||
cy.contains("p", "Danke schoen");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@ -4,6 +4,6 @@
|
||||
<title>Test Privacy policy</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Danke schon</p>
|
||||
<p>Danke schoen</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user