Skip to content

Commit 2c4d4f3

Browse files
committed
Adjust tests
1 parent 957249f commit 2c4d4f3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/integration/tests/kyma-cluster/test-community-modules.spec.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,14 @@ context('Test Community Modules views', () => {
8989
// Open Add YAML
9090
cy.get('[accessible-name="add-yamls"]').click();
9191

92-
// Uncomment and adjust with https://github.com/kyma-project/busola/issues/4587
93-
// cy.get('[accessible-name="Source YAML URL"]').click().type(
94-
// 'https://raw.githubusercontent.com/kyma-project/community-modules/main/all-modules.yaml',
95-
// );
92+
// Check access to raw github files
93+
cy.get('[accessible-name="Source YAML URL"]')
94+
.find('input')
95+
.click()
96+
.clear()
97+
.type(
98+
'https://raw.githubusercontent.com/kyma-project/busola/refs/heads/main/tests/integration/fixtures/community-modules/busola-0-12.yaml',
99+
);
96100

97101
// Open Add to Namespace select
98102
cy.get(`[header-text="Add Source YAML"]:visible`)

0 commit comments

Comments
 (0)