File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
tests/integration/tests/kyma-cluster Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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` )
You can’t perform that action at this time.
0 commit comments