mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
updated tests
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<body>
|
||||
<div data-cy-root></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user