-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
pkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directorytopic: plugins ⚙️type: enhancementRequested enhancement of existing featureRequested enhancement of existing feature
Description
Current behavior:
cy.get('#me').should('not.exist') // retries chain
cy.customGetById('me').should('not.exist') // does not retry
Desired behavior:
cy.customGetById('me').should('not.exist') // retries custom get if "should" fails
Versions
Cypress 3.1.4
Related
lgandecki, lukeapage, bkfarnsworth, flotwig, jmfn and 14 more
Metadata
Metadata
Assignees
Labels
pkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directorytopic: plugins ⚙️type: enhancementRequested enhancement of existing featureRequested enhancement of existing feature