We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738193f commit 5fb5b41Copy full SHA for 5fb5b41
npm/react/cypress/component/advanced/timers/card-spec.js
@@ -8,7 +8,7 @@ it('should select null after timing out', () => {
8
const onSelect = cy.stub().as('selected')
9
10
mount(<Card onSelect={onSelect} />)
11
- cy.get('@selected', { timeout: 5100 }).should('have.been.calledWith', null)
+ cy.get('@selected', { timeout: 5500 }).should('have.been.calledWith', null)
12
})
13
14
it('should accept selections', () => {
0 commit comments