newfold-labs / wp-module-ecommerce

Next-generation eCommerce Experience for WordPress sites at Newfold Digital.
GNU General Public License v2.0
9 stars 3 forks source link

Remove text dependency check from cypress tests #255

Open aratidgr8 opened 7 months ago

aratidgr8 commented 7 months ago

Summarize the issue (briefly) It is observed that we are still tracking texts in cypress tests. This will result in failure as support languages other than English across brands.

Examples tests/cypress/integration/Home/homePageWithWoo.cy.js

Expected behavior We must only use unique identifiers like id, data-test-id etc to in cypress and make them language agnostic.