Skip to content

Commit 27b3a10

Browse files
Merge pull request #3458 from gouyang/remove_network_checkup_us
CNV-77646: remove network checkup test
2 parents 10ad909 + 5ad576e commit 27b3a10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cypress/tests/gating/check-tab-yaml.cy.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,8 @@ describe('Check all virtualization pages can be loaded', () => {
224224
});
225225

226226
describe('Check Checkups tabs', () => {
227-
it('network checkup pages is loaded', () => {
228-
cy.visitCheckups();
229-
cy.contains('No network latency checkups found').should('exist');
230-
});
231-
232227
it('storage checkup pages is loaded', () => {
228+
cy.visitCheckups();
233229
cy.contains('.pf-v6-c-tabs__item-text', 'Storage').click();
234230
cy.contains('No storage checkups found').should('exist');
235231
});

0 commit comments

Comments
 (0)