Skip to content

Commit

Permalink
ci/ui: use unstable instead of latest-dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Sep 22, 2023
1 parent cf57a65 commit 925e7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/latest/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Cypress.Commands.add('createMachReg', (
// Will try to improve it in next version
if (utils.isOperatorVersion('staging')) {
// In rare case, we might want to test upgrading from staging to dev
utils.isUpgradeOsChannel('dev') ? cy.contains('Elemental Teal ISO x86_64 (latest)').click(): null;
utils.isUpgradeOsChannel('dev') ? cy.contains('Elemental Teal ISO x86_64 (unstable)').click(): null;
} else {
cy.contains('Elemental Teal ISO x86_64 v1.2.2')
.click();
Expand All @@ -121,7 +121,7 @@ Cypress.Commands.add('createMachReg', (
cy.contains('Elemental Teal ISO x86_64 v1.2.2')
.click();
} else {
cy.contains('Elemental Teal ISO x86_64 (latest)')
cy.contains('Elemental Teal ISO x86_64 (unstable)')
.click();
}
cy.getBySel('build-iso-btn')
Expand Down

0 comments on commit 925e7f7

Please sign in to comment.