Skip to content

Commit 201135b

Browse files
committed
fix pizza test
1 parent 3467ba2 commit 201135b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/tests/accessibility/test-acc-pizzas.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ context('Accessibility test Pizza Orders', () => {
6262
.contains('Namespaces')
6363
.click();
6464

65-
cy.get('ui5-input[id="search-input"]:visible')
65+
cy.wait(500)
66+
.get('ui5-input[id="search-input"]:visible')
6667
.find('input')
67-
.wait(1000)
6868
.type('pizzas');
6969

7070
cy.clickGenericListLink('pizzas');

0 commit comments

Comments
 (0)