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
If an element within cy.contains() is found, but does not meet the requirements of the options, the element found should be shown in the applied to area of the console. Currently when I click to log the element, it shows the applied to as the contain's scoped DOM element.
Example Code
it"does not display Back button", ->cy.get("#form-header-region").contains("Back", {visible:false})
Commands Log
Console
The text was updated successfully, but these errors were encountered:
If an element within
cy.contains()
is found, but does not meet the requirements of the options, the element found should be shown in theapplied to
area of the console. Currently when I click to log the element, it shows theapplied to
as the contain's scoped DOM element.Example Code
Commands Log
Console
The text was updated successfully, but these errors were encountered: