Skip to content

Commit

Permalink
ci/ui: fix cypress test for stable UI
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Apr 18, 2024
1 parent cc1a6ee commit 5e204e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/latest/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Cypress.Commands.add('createMachReg', (
// Most of the time, it uses the latest dev version but sometimes
// before releasing, we want to test staging/stable artifacts

if (utils.isCypressTag('upgrade')) {
if (utils.isCypressTag('upgrade') || utils.isUIVersion('stable')) {
cy.getBySel('select-os-version-build-media')
.click();
} else {
Expand Down

0 comments on commit 5e204e5

Please sign in to comment.