Skip to content

Commit

Permalink
Update capd_cluster.spec.ts (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan Pinjani <chandan.pinjani@suse.com>
  • Loading branch information
cpinjani authored Dec 20, 2023
1 parent 1db01cc commit 1dc516c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/cypress/latest/e2e/unit_tests/capd_cluster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ describe('Import CAPD', () => {
cypressLib.accesMenu('Continuous Delivery');
cypressLib.accesMenu('Git Repos');

// Change fleet namespace
cy.contains('fleet-default').click();
cy.contains('fleet-local').click();
// Change namespace to fleet-local
cy.contains('fleet-').click();
cy.contains('fleet-local')
.should('be.visible')
.click();

// Add CAPD fleet repository
cy.clickButton('Add Repository');
Expand Down

0 comments on commit 1dc516c

Please sign in to comment.