Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Remove pf-5 references on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
upalatucci committed Mar 28, 2024
1 parent b2b2563 commit b66a883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/StatusList.spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('NodeNetworkState list', () => {

cy.wait(['@getStatuses'], { timeout: 40000 });

cy.get('.pf-v5-c-empty-state').should('contain', 'No NodeNetworkStates found');
cy.get('h5').should('contain', 'No NodeNetworkStates found');
});

it('with one VID instace ', () => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Cypress.Commands.add('login', (provider, username, password) => {

const idp = provider || KUBEADMIN_IDP;

cy.get('.pf-v5-c-login__main-body').should('be.visible');
cy.get('main form').should('be.visible');

cy.get('body').then(($body) => {
if ($body.text().includes(idp)) {
Expand Down

0 comments on commit b66a883

Please sign in to comment.