Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj committed Aug 7, 2023
1 parent c7347ec commit 9c19f50
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 Demo Test', () => {
it('Verify wizard in modal launches in a dialog and has a custom width', () => {
cy.get('#launchWiz').click();
cy.get('#modalWizId.pf-v5-c-wizard').should('exist');
cy.get('#modalWizId.pf-v5-c-wizard').should('have.attr', 'style', 'width: 710px;');
cy.get('#modalWizId.pf-v5-c-wizard').should('have.attr', 'style', 'width:710px;');
cy.focused().click();
});

Expand Down

0 comments on commit 9c19f50

Please sign in to comment.