updated tests

This commit is contained in:
Owen Rees
2023-06-22 13:39:50 +02:00
parent 6f7b840b54
commit ef08aa3a61
28 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ declare namespace Cypress {
}
Cypress.Commands.add("getByData", (selector) => {
return cy.get(`[data-cy=${selector}]`);
return cy.get(`[data-test=${selector}]`);
});
/// <reference types="cypress" />
+1 -1
View File
@@ -11,4 +11,4 @@
<body>
<div data-cy-root></div>
</body>
</html>
</html>