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
* For clicks that trigger ajax calls, wrap in an intercept()/wait().
*
* selector: A selector that will directly target an element actionable by click()
* interceptPattern: The url pattern intercept() is looking to match against. Cypress intercept() documentaton: https://docs.cypress.io/api/commands/intercept
* interceptMethod: The HTTP method type. Defaults to GET.