Skip to content

Commit 2678d65

Browse files
committed
fix integration test
1 parent 9e10bdd commit 2678d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-integration/cypress/integration/drawer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('Drawer Demo Test', () => {
4747
$drawerPanel.should('have.css', 'flex-basis', 'max(24px, min(300px, 100%))');
4848
// Medium viewport
4949
cy.viewport(800, 660);
50-
cy.get('#basic-drawer .pf-v6-c-drawer__panel').should('have.css', 'flex-basis', 'max(24px, min(100%, 100%))');
50+
cy.get('#basic-drawer .pf-v6-c-drawer__panel').should('have.css', 'flex-basis', 'max(24px, min(100% + 0px, 100%))');
5151
// Xl viewport
5252
cy.viewport(1200, 660);
5353
cy.get('#basic-drawer .pf-v6-c-drawer__panel').should('have.css', 'flex-basis', 'max(24px, min(300px, 100%))');

0 commit comments

Comments
 (0)