Skip to content

Commit 39498d9

Browse files
committed
Try updating selectors for MUI Autocomplete
1 parent 35d10db commit 39498d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/test_form.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ context('Form', () => {
1414
cy.get('[id="#/properties/name-input"]').clear().type(nameText);
1515
cy.get('[id="#/properties/description-input"]').clear().type(descText);
1616
cy.get('[id="#/properties/done-input"]').uncheck();
17-
cy.get('[id="#/properties/recurrence"]').parentElement.click();
17+
cy.get('[id="#/properties/recurrence"]').parent().click();
1818
cy.get('[data-value="Monthly"]').click();
1919
cy.get('[id="#/properties/recurrence_interval-input"]')
2020
.clear()

0 commit comments

Comments
 (0)