We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d10db commit 39498d9Copy full SHA for 39498d9
cypress/e2e/test_form.cy.js
@@ -14,7 +14,7 @@ context('Form', () => {
14
cy.get('[id="#/properties/name-input"]').clear().type(nameText);
15
cy.get('[id="#/properties/description-input"]').clear().type(descText);
16
cy.get('[id="#/properties/done-input"]').uncheck();
17
- cy.get('[id="#/properties/recurrence"]').parentElement.click();
+ cy.get('[id="#/properties/recurrence"]').parent().click();
18
cy.get('[data-value="Monthly"]').click();
19
cy.get('[id="#/properties/recurrence_interval-input"]')
20
.clear()
0 commit comments