Try to fix cypress tests
This commit is contained in:
parent
b6f90f7fe3
commit
3f84c51c81
|
@ -46,6 +46,8 @@ filterTests(["smoke", "all"], () => {
|
|||
.eq(1)
|
||||
.find(".spectrum-Table-row")
|
||||
.eq(0)
|
||||
.find(".spectrum-Table-cell")
|
||||
.eq(0)
|
||||
.click()
|
||||
cy.wait(500)
|
||||
cy.get(".spectrum-Dialog-grid")
|
||||
|
@ -91,6 +93,8 @@ filterTests(["smoke", "all"], () => {
|
|||
.eq(0)
|
||||
.find(".spectrum-Table-row")
|
||||
.eq(0)
|
||||
.find(".spectrum-Table-cell")
|
||||
.eq(0)
|
||||
.click()
|
||||
.then(() => {
|
||||
cy.get(".spectrum-Picker").eq(1).click({ force: true })
|
||||
|
|
Loading…
Reference in New Issue