Skip to content

Commit

Permalink
ci/ui: force version 1.3.1 for rancher 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Dec 4, 2024
1 parent 1be054a commit 71a31d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/cypress/latest/e2e/unit_tests/elemental_plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ filterTests(['main', 'upgrade'], () => {
cy.get('.plugin')
.contains('Install')
.click();
if (isRancherManagerVersion('2.8')) {
cy.getBySel('install-ext-modal-select-version')
.click();
cy.contains('1.3.1')
.click();
}
cy.clickButton('Install');
cy.contains('Installing');
cy.contains('Extensions changed - reload required', { timeout: 40000 });
Expand Down

0 comments on commit 71a31d1

Please sign in to comment.