Skip to content

Commit

Permalink
test: more consistent polling env select
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann authored and JackUrb committed May 1, 2023
1 parent 4646a84 commit a1b286c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Test Setup', () => {
})

it('env selection works', () => {
cy.visit('/')
cy.visit('/').wait(1000)
cy.get('.rc-tree-select [title="main"]').should('exist')
cy.get('.rc-tree-select').contains('main').trigger('mouseover').wait(100);
cy.get('.rc-tree-select .rc-tree-select-selection__choice__remove').click({force: true})
Expand Down

0 comments on commit a1b286c

Please sign in to comment.