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 3168db5 commit 35d10dbCopy full SHA for 35d10db
cypress/e2e/test_form.cy.js
@@ -14,8 +14,8 @@ 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"] > div').click();
18
- // cy.get('[data-value="Monthly"]').click();
+ cy.get('[id="#/properties/recurrence"]').parentElement.click();
+ cy.get('[data-value="Monthly"]').click();
19
cy.get('[id="#/properties/recurrence_interval-input"]')
20
.clear()
21
.type(recurrenceIntervalText);
0 commit comments