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
This issue was discussed before on #44, where judemorrissey reported the warnings being applied on aliases. This part seems to be working fine, but the situation described by SeanPercy and morficus is still ongoing.
For example:
// This workscy.get('[data-test=a]').as('a');cy.get('@a');// This gives a warningconstASSESSMENT_SUBMIT='[data-cy=assessment-submit]';cy.get(ASSESSMENT_SUBMIT).click();
This also gives a waning when using separate files for selectors