Select options button inconsistent behaviour
-
Dear Support,
I have faced an inconsistent behaviour of the Select options button. Here how it looks like:
Scenario 1:
Given User opens the main page https://beenut.com.ua/
When User clicks the Select options button
Then Product is added to the cart – FailedActual Result: Product is added to the cart
Expected Result: Product page is opened and user can select optionsScenario 2:
Given User opens the main page https://beenut.com.ua/
And User opens the product category page https://beenut.com.ua/product-category/honey-sets/
When User clicks the Select options button
Then Product page is opened – PassedHere is how looks the web element in the Scenario 1:
<button aria-label="Read more about “Подарунковий набір Щирі вітання”" class="wp-block-button__link add_to_cart_button wc-block-components-product-button__button">Select options</button>Here is how looks the web element in the Scenario 2:
<a href="https://beenut.com.ua/product/set-sincere-greetings/" data-quantity="1" class="button product_type_composite add_to_cart_button" data-product_id="591" data-product_sku="" aria-label="Детальніше про “Подарунковий набір Щирі вітання”" rel="nofollow">Select options</a>Besides, when I am reproducing the Scenario 1 on iOS, then I get the error message in Dev Console:
Failed to load resource: the server responded with a status of 403 ()and an error message on the phone:
X-WC-Store-API-Nonce is invalidI am using the WordPress 5.6.2, with Woocommerce 5.0.0 and Storefront 3.5.0, WPC Composite Products for WooCommerce 3.2.2.
The page I need help with: [log in to see the link]
The topic ‘Select options button inconsistent behaviour’ is closed to new replies.