woocommerce / qit-cli

A Testing Platform for WordPress Plugins and Themes
https://qit.woo.com
15 stars 2 forks source link

Error: locator.click: Error: strict mode violation: locator('li.wp-menu-open > ul.wp-submenu > li:has-text("Orders")') #199

Open rajausman786 opened 2 weeks ago

rajausman786 commented 2 weeks ago

I am getting this error message in QIT test woo-e2e, my plugin menu name is "Bulk Edit Orders", this name shown under WooCommerce as sub menu. due to "Orders" word in the menu QIT woo-e2e test is getting failed.

Luc45 commented 2 weeks ago

Thanks for flagging this to us.

The Woo E2E test covers around 400 user flows. If 1 of them fails because of incompatibility such as these, you still get coverage for the other 399 user flows. It is expected that some extensions might fail some user flows because of changes to the UI/HTML structure, and that is fine.

Still, we try to make the test as compatible as possible, so we will look into it as well, thanks for flagging.

rajausman786 commented 2 weeks ago

Thanks for your reply and looking into this,