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
1 changed files with 1 additions and 1 deletions

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()