1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Fix PostgreSQL Smoke Build Test

Specifically with the duplicate query test
- Looks for spectrum-icon instead of icon
This commit is contained in:
Mitch-Budibase 2022-05-04 17:30:38 +01:00
parent 3f1231ea70
commit f2c7097f36

View file

@ -207,7 +207,7 @@ filterTests(["all"], () => {
.contains(queryName)
.siblings(".actions")
.within(() => {
cy.get(".icon").click({ force: true })
cy.get(".spectrum-Icon").click({ force: true })
})
// Select and confirm duplication
cy.get(".spectrum-Menu").contains("Duplicate").click()