Skip to content

Commit

Permalink
ci/ui: fix rke2 prime test
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Sep 26, 2024
1 parent c726372 commit efc6493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cypress/latest/support/elemental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class Elemental {
cy.contains('.outer-container > .header', 'Elemental');

if (isRancherPrime() && isCypressTag('main')) {
cy.contains('Container Registry').click();
const registryLabel = 'Container Registry';
cy.byLabel(registryLabel).clear();
if (isOperatorVersion('staging')) {
Expand Down

0 comments on commit efc6493

Please sign in to comment.