Confirm That Every Element With A Data Attribute Has The HREF Attribute Too

Published: 19 October 2023
on channel: gleb bahmutov
531
11

Imagine you want to find all elements that have some "data-*" attribute and confirm they also have "href" attribute. How would you select them? This video shows how to select all elements using wildcard selector "*" and then filter the elements using cy.filter command before checking each element using cy.each. Find the full example at https://glebbahmutov.com/cypress-exam...