elgentos / magento2-cypress-testing-suite

A community-driven Cypress testing suite for Magento 2
MIT License
172 stars 37 forks source link

fix: replace nth-child references with something more specific #77

Closed danslo closed 2 years ago

danslo commented 2 years ago

On my Magento 2.4.5 install, the .customer-welcome exists in nth-child(3), not nth-child(2).

Make it more reliable by specifying the page header container.

peterjaap commented 2 years ago

Thx!