Skip to content

Commit

Permalink
Merge pull request #805 from adamkendis/FRONT-cypressE2Eupdate
Browse files Browse the repository at this point in the history
Cypress e2e workflow update
  • Loading branch information
tan-nate authored Sep 10, 2020
2 parents b513342 + 8225d3e commit 611ef8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cypress/integration/e2e_tests.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('311 Data', () => {
cy.get('.dropdown-trigger > .button').click()
cy.get('[value="LAST_WEEK"]').click()
cy.get(':nth-child(2) > .select-group-content > .select-item > .select-item-box').click()
cy.get('#type-selector-container > div.columns.is-0 > div:nth-child(1) > div:nth-child(2) > span > input').click({force: true})
cy.get('#type-selector-container > div.columns.is-gapless > div:nth-child(1) > div:nth-child(2) > span > input').click({force: true})
cy.get('#btn-sidebar-submit-button').click()

cy.wait('@getFilterList').should((xhr) => {
Expand Down Expand Up @@ -58,7 +58,7 @@ describe('311 Data', () => {
cy.get('.dropdown-trigger > .button').click()
cy.get('[value="LAST_WEEK"]').click()
cy.get(':nth-child(2) > .select-group-content > .select-item > .select-item-box').click()
cy.get('#type-selector-container > div.columns.is-0 > div:nth-child(1) > div:nth-child(2) > span > input').click({force: true})
cy.get('#type-selector-container > div.columns.is-gapless > div:nth-child(1) > div:nth-child(2) > span > input').click({force: true})
cy.get('#btn-sidebar-submit-button').click()

cy.wait('@getFilterList').should((xhr) => {
Expand Down

0 comments on commit 611ef8c

Please sign in to comment.