Skip to content

Commit e29ea9c

Browse files
MAGETWO-57842: [FT] Wrong selector for Allow Gift Options for items in Shopping Cart in CheckoutWithGiftMessagesTest
1 parent 5450526 commit e29ea9c

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Cart/Item

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Cart/Item/GiftOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class GiftOptions extends Form
3333
*
3434
* @var string
3535
*/
36-
protected $allowGiftOptions = '//a[contains(@class,"action-gift")][ancestor::tbody[contains(.,"%s")]]';
36+
protected $allowGiftOptions = '//*[contains(@class,"action-gift")][ancestor::tbody[contains(.,"%s")]]';
3737

3838
/**
3939
* Selector for apply Gift Message button on order

0 commit comments

Comments
 (0)