Skip to content

Commit

Permalink
revert integration test update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed May 17, 2024
1 parent f209711 commit 4e8e343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Wizard Deprecated Demo Test', () => {
it('Verify wizard in modal launches in a dialog and has a custom width', () => {
cy.get('#launchWiz').click();
cy.get('#modalWizId.pf-v6-c-wizard').should('exist');
cy.get('.pf-v6-c-modal-box').should('have.attr', 'style', '--pf-v6-c-modal-box--Width: 710px;');
cy.get('.pf-v6-c-modal-box').should('have.attr', 'style', '--pf-v6-c-modal-box--Width:710px;');
cy.focused().click();
});

Expand Down

0 comments on commit 4e8e343

Please sign in to comment.