Skip to content

Commit

Permalink
ci/ui: fix check os version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk authored and ldevulder committed Sep 26, 2023
1 parent e5a993d commit 5373dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/latest/e2e/unit_tests/upgrade.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Upgrade tests', () => {
it('Check OS Versions', () => {
cy.clickNavMenu(["Advanced", "OS Versions"]);
if (utils.isOperatorVersion('dev') || utils.isOperatorVersion('staging')) {
cy.contains('Active latest', {timeout: 120000});
cy.contains(new RegExp('Active.*-iso-unstable'), {timeout: 120000})
}
})
);
Expand Down

0 comments on commit 5373dcd

Please sign in to comment.