diff --git a/tests/cypress/latest/e2e/unit_tests/elemental_plugin.spec.ts b/tests/cypress/latest/e2e/unit_tests/elemental_plugin.spec.ts index 2b5283735..804af1516 100644 --- a/tests/cypress/latest/e2e/unit_tests/elemental_plugin.spec.ts +++ b/tests/cypress/latest/e2e/unit_tests/elemental_plugin.spec.ts @@ -29,7 +29,7 @@ filterTests(['main', 'upgrade'], () => { qase(11, it('Add elemental-ui repo', () => { - !isUIVersion('stable') ? cypressLib.addRepository('elemental-ui', 'https://github.com/rancher/elemental-ui.git', 'git') : null; + !isUIVersion('stable') ? cypressLib.addRepository('elemental-ui', 'https://github.com/rancher/elemental-ui.git', 'git', 'gh-pages') : null; }) ); diff --git a/tests/cypress/latest/package.json b/tests/cypress/latest/package.json index 6680fde52..994855943 100644 --- a/tests/cypress/latest/package.json +++ b/tests/cypress/latest/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/rancher/elemental#readme", "dependencies": { - "@rancher-ecp-qa/cypress-library": "1.0.6", + "@rancher-ecp-qa/cypress-library": "1.0.7", "cy-verify-downloads": "^0.1.8", "cypress": "^10.0.0", "cypress-dark": "^1.8.3",