Skip to content

Commit

Permalink
Merge pull request #2312 from gouyang/enable_snapshot_tab
Browse files Browse the repository at this point in the history
check the snapshot tab of the VM can be loaded
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2024
2 parents 57834d3 + 8f06e2c commit bfefc56
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 bfefc56

Please sign in to comment.