Skip to content

Commit 829e841

Browse files
Fix cypress data-cy
1 parent 1de67de commit 829e841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cypress/cypress/e2e/filters/input-text.cy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ describe('filter input text', () => {
33
cy.visit('/filters-input-text');
44
});
55

6-
const inputField = '[data-cy="input_text_default_name"]';
7-
const optionsField = '[data-cy="input_text_options_default_name"]';
6+
const inputField = '[data-cy="input_text_filters-input-text_name"]';
7+
const optionsField = '[data-cy="input_text_options_filters-input-text_name"]';
88
const tableRows = '.power-grid-table tbody tr';
99

1010
const applyFilter = (filterType, filterValue) => {

0 commit comments

Comments
 (0)