Skip to content

Commit f6ce318

Browse files
committed
test(modal): expecting .modal-showing to be applied after modal has been opened
1 parent 99b30be commit f6ce318

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit-headless/src/components/modal/modal.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ describe('Modal', () => {
238238

239239
cy.get('dialog').should('have.class', 'modal-showing');
240240
cy.get('[data-test=modal-header]').should('be.visible');
241-
cy.get('dialog').should('not.have.class', 'modal-showing');
242241

243242
cy.realPress('Escape');
244243

0 commit comments

Comments
 (0)