Skip to content

Commit

Permalink
ci/ui: name changed for os version in rke2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Sep 30, 2024
1 parent d90505c commit a5e5781
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 @@ -55,7 +55,7 @@ describe('Upgrade tests', () => {
qase(33,
it('Check OS Versions', () => {
cy.clickNavMenu(['Advanced', 'OS Versions']);
cy.contains(new RegExp('Active.*-iso-unstable'), { timeout: 120000 });
cy.contains(new RegExp('Active.*-unstable-iso'), { timeout: 120000 });
}));
}

Expand Down

0 comments on commit a5e5781

Please sign in to comment.