Skip to content

Commit

Permalink
check the snapshot tab of the VM can be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyang committed Dec 16, 2024
1 parent 48d3d80 commit 8f06e2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress/tests/e2e/check-tab-yaml.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ describe('Check all virtualization pages can be loaded', () => {
tab.navigateToConsole();
cy.contains('Guest login credentials').should('be.visible');

// skip the test due to error happens on this page
// tab.navigateToSnapshots();
// cy.contains('No snapshots found').should('be.visible');
tab.navigateToSnapshots();
cy.contains('No snapshots found').should('be.visible');

tab.navigateToDiagnostics();
cy.contains('Status conditions').should('be.visible');
Expand Down

0 comments on commit 8f06e2c

Please sign in to comment.