Skip to content

Commit

Permalink
CNV-31832: add linux-bridge as filter
Browse files Browse the repository at this point in the history
  • Loading branch information
upalatucci committed Aug 21, 2023
1 parent 43bb7e5 commit 0dcb0ee
Show file tree
Hide file tree
Showing 6 changed files with 1,743 additions and 29 deletions.
6 changes: 6 additions & 0 deletions cypress/e2e/StatusList.spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ describe('NodeNetworkState list', () => {
cy.byTestID(LLDP_DRAWER_DETAILS_SECTION_TEST_ID)
.should('contain', 'LLDP')
.should('contain', 'Enabled');

cy.get('ocs-modal button[aria-label="Close"]').click();

cy.get('input[aria-label="Search"]').type('Trigger Empty state');

cy.get('table').should('contain', 'No resources found');
});
});

Expand Down
Loading

0 comments on commit 0dcb0ee

Please sign in to comment.