Skip to content

Commit 9770fa5

Browse files
author
Dmytro Aponasenko
committed
MTA-2080: Sync qmt repository with mainline - Sprint 11
1 parent e49314f commit 9770fa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Block/CmsGrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ class CmsGrid extends Grid
6060
*
6161
* @var string
6262
*/
63-
protected $editLink = 'td[data-part="body.row.cell"]';
63+
protected $editLink = '.action-menu-item';
6464
}

dev/tests/functional/tests/app/Magento/Review/Test/Block/Adminhtml/Edit/CustomerForm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<tabs>
99
<product_reviews>
1010
<class>\Magento\Review\Test\Block\Adminhtml\Customer\Edit\Tab\Reviews</class>
11-
<selector>#tab_reviews</selector>
11+
<selector>#tab_block_reviews</selector>
1212
<strategy>css selector</strategy>
1313
</product_reviews>
1414
</tabs>

dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Adminhtml/Edit/CustomerForm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<tabs>
99
<wishlist>
1010
<class>\Magento\Wishlist\Test\Block\Adminhtml\Customer\Edit\Tab\Wishlist</class>
11-
<selector>#tab_wishlist</selector>
11+
<selector>#tab_block_wishlist</selector>
1212
<strategy>css selector</strategy>
1313
</wishlist>
1414
</tabs>

0 commit comments

Comments
 (0)