From 8f06e2c44c653e9cbcb899d7adacffd5e5c35baa Mon Sep 17 00:00:00 2001 From: Guohua Ouyang Date: Thu, 12 Dec 2024 11:04:11 +0800 Subject: [PATCH] check the snapshot tab of the VM can be loaded --- cypress/tests/e2e/check-tab-yaml.cy.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cypress/tests/e2e/check-tab-yaml.cy.ts b/cypress/tests/e2e/check-tab-yaml.cy.ts index 4f44fb150..44384c569 100644 --- a/cypress/tests/e2e/check-tab-yaml.cy.ts +++ b/cypress/tests/e2e/check-tab-yaml.cy.ts @@ -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');