Skip to content

Commit

Permalink
tests: fix edit-cluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
OliwiaGowor committed Oct 17, 2024
1 parent 8ff42f5 commit 1c7bae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/tests/cluster/test-edit-cluster.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ context('Test edit cluster', () => {
cy.get('ui5-input[date-testid="cluster-name"]')
.first()
.find('input')
.should('not.be.disabled')
.type(`{selectall}{backspace}`)
.type(originalName);

Expand Down

0 comments on commit 1c7bae1

Please sign in to comment.