We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5450526 commit e29ea9cCopy full SHA for e29ea9c
dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Cart/Item/GiftOptions.php
@@ -33,7 +33,7 @@ class GiftOptions extends Form
33
*
34
* @var string
35
*/
36
- protected $allowGiftOptions = '//a[contains(@class,"action-gift")][ancestor::tbody[contains(.,"%s")]]';
+ protected $allowGiftOptions = '//*[contains(@class,"action-gift")][ancestor::tbody[contains(.,"%s")]]';
37
38
/**
39
* Selector for apply Gift Message button on order
0 commit comments