1
0
Fork 0
mirror of synced 2024-08-19 12:01:20 +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) .eq(1)
.find(".spectrum-Table-row") .find(".spectrum-Table-row")
.eq(0) .eq(0)
.find(".spectrum-Table-cell")
.eq(0)
.click() .click()
cy.wait(500) cy.wait(500)
cy.get(".spectrum-Dialog-grid") cy.get(".spectrum-Dialog-grid")
@ -91,6 +93,8 @@ filterTests(["smoke", "all"], () => {
.eq(0) .eq(0)
.find(".spectrum-Table-row") .find(".spectrum-Table-row")
.eq(0) .eq(0)
.find(".spectrum-Table-cell")
.eq(0)
.click() .click()
.then(() => { .then(() => {
cy.get(".spectrum-Picker").eq(1).click({ force: true }) cy.get(".spectrum-Picker").eq(1).click({ force: true })