Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akucharska committed Oct 25, 2023
1 parent 27acf09 commit 67445a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/support/createNamespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Cypress.Commands.add('createNamespace', namespaceName => {

cy.contains('ui5-button', 'Create Namespace').click();

cy.contains('Simple').click();

cy.get('ui5-dialog')
.find('[aria-label="Namespace name"]:visible')
.find('input')
Expand Down

0 comments on commit 67445a8

Please sign in to comment.