1
0
Fork 0
mirror of synced 2024-07-15 19:25:55 +12:00

Try to fix cypress tests

This commit is contained in:
Andrew Kingston 2022-02-23 13:53:15 +00:00
parent 1ec76e3e7e
commit 67dd8aeaac

View file

@ -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 })