Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OliwiaGowor committed Jul 16, 2024
1 parent 10f8b05 commit 1e47c2a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,13 @@ context('Test Cluster configuration', () => {
cy.loginAndSelectCluster();
cy.url().should('match', /overview$/);

// TODO: Bring back the overwritten message
// cluster storage message should be visible
// cy.contains(/The chosen storage type has been overwritten/).should(
// 'be.visible',
// );

// custom category should be added
cy.contains('Category from target cluster').should('be.visible');

// custom storage type should be set
cy.getLeftNav()
.contains('Cluster Details')
.click();

// Uncomment after bringing back overriting storage
// cy.contains(/session storage/i).should('be.visible');
});

it('Test pagination', () => {
Expand Down

0 comments on commit 1e47c2a

Please sign in to comment.