Skip to content

Commit

Permalink
ci/ui: specify the branch to use for the UI (#976)
Browse files Browse the repository at this point in the history
* bump cypress library to 1.0.7
  • Loading branch information
juadk committed Aug 28, 2023
1 parent 9002a3a commit 6818f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
})
);

Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/latest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6818f61

Please sign in to comment.