From 884358ea5aebfcba9bd401d302b0b040d1f65c9b Mon Sep 17 00:00:00 2001 From: Julien Adamek Date: Mon, 28 Aug 2023 10:16:58 +0200 Subject: [PATCH] ci/ui: specify the branch to use for the UI * bump cypress library to 1.0.7 --- tests/cypress/latest/e2e/unit_tests/elemental_plugin.spec.ts | 2 +- tests/cypress/latest/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",