Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check the snapshot tab of the VM can be loaded #2312

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading