You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which the usage is become like this: cy.deepClick('button[data-cy="SendToUnderwriting"]')
instead of cy.get('button[data-cy="SendToUnderwriting"]').deepClick();
The text was updated successfully, but these errors were encountered:
fahdilahady
changed the title
Cannot hook from previous subject on the custom command
Cannot hook from previous subject on the child custom command
Feb 28, 2024
above child custom command will return pipe is not a function.
it's also doesn't works well if we hook it from
.find()
so currently I used as parent custom command as below
which the usage is become like this:
cy.deepClick('button[data-cy="SendToUnderwriting"]')
instead of
cy.get('button[data-cy="SendToUnderwriting"]').deepClick();
The text was updated successfully, but these errors were encountered: