Closed zephanhazell closed 2 years ago
Thanks!! Great work.
One broken test remaining! https://github.com/elgentos/magento2-cypress-testing-suite/issues/86
@peterjaap Wen I revert this pull requests the full testsuite passes again.
@zephanhazell could you check Vinai's comments and revert those changes? We can leave the others changes in place, right @Vinai ?
I tried reverting only the relevant commits, but the PR was squashed into one so I just reverted that one.
This resolves #82
Looks like there were some changes to the site:
cy.get(selectors.shopByColorFilter).contains('Color').should("not.exist")
was supposed. It did not make sense since the color selector will exist since we just used it, so I removed that line. But happy to adjust if I can better understand what we are checking here.