Skip to content

Commit 32e41b0

Browse files
committed
test(ui): fix issue when closing sgcluster summary
1 parent 1040a4c commit 32e41b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackgres-k8s/src/admin-ui/cypress/e2e/03-forms/01-create-sgcluster.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ describe('Create SGCluster', () => {
13051305
.click()
13061306

13071307
cy.get('#clusterSummary')
1308-
.should('not.be.visible')
1308+
.should('not.exist')
13091309

13101310
// Setup get and put mock to check resource is not found and all fields are correctly set
13111311
cy.intercept('GET', '/stackgres/namespaces/' + namespace + '/sgclusters/advanced-' + resourceName)

0 commit comments

Comments
 (0)