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

Опубликовано: 19 Октябрь 2023
на канале: 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...