Skip to content

Commit

Permalink
enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyang committed Dec 9, 2024
1 parent 23798e5 commit 1c8e240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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 @@ -60,8 +60,8 @@ describe('Check all virtualization pages can be loaded', () => {
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 Expand Up @@ -206,7 +206,6 @@ describe('Check all virtualization pages can be loaded', () => {
cy.contains('fedora').should('exist');
});

// TODO: revert after https://issues.redhat.com/browse/CNV-51198
xit('create bootable volume from yaml', () => {
cy.get(itemCreateBtn).click();
cy.byButtonText(WithYAML).click();
Expand Down
3 changes: 1 addition & 2 deletions cypress/tests/e2e/overview.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const tickWelcomeModal = () => {
});
};

// skip the test due to it cannot close the welcome modal
xdescribe('Close the welcome modal', () => {
describe('Close the welcome modal', () => {
before(() => {
cy.visit('');
cy.wait(20000);
Expand Down

0 comments on commit 1c8e240

Please sign in to comment.