Skip to content

Commit 4055dbc

Browse files
committed
adjust tests
1 parent f5c860b commit 4055dbc

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

tests/integration/support/helpers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export function chooseComboboxOption(selector, optionText) {
77

88
cy.get('ui5-cb-item:visible')
99
.contains(optionText)
10-
.find('li')
1110
.click();
1211

1312
return cy.end();

tests/integration/tests/cluster/test-cluster-role-bindings.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ context('Test Cluster Role Bindings', () => {
3434

3535
cy.get('ui5-cb-item:visible')
3636
.contains('cluster-admin')
37-
.find('li')
3837
.click();
3938

4039
cy.get('[accessible-name="User name"]')

tests/integration/tests/cluster/test-command-palette.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ context('Test Command Palette navigation', () => {
8585

8686
getQueryInput().type('ns/-a');
8787

88-
cy.get('li')
88+
cy.get('ul[class="command-palette-ui__results"]')
89+
.find('li')
8990
.contains('All Namespaces')
9091
.click();
9192

tests/integration/tests/kyma-namespace/test-issuers.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ context('Test Issuers', () => {
7070

7171
cy.get('ui5-cb-item:visible')
7272
.contains('ACME')
73-
.find('li')
7473
.click({ force: true });
7574

7675
cy.get('[placeholder="ACME Server URL"]:visible')

0 commit comments

Comments
 (0)