Skip to content
Snippets Groups Projects
Commit 9770fa55 authored by Dmytro Aponasenko's avatar Dmytro Aponasenko
Browse files

MTA-2080: Sync qmt repository with mainline - Sprint 11

parent e49314f8
No related merge requests found
...@@ -60,5 +60,5 @@ class CmsGrid extends Grid ...@@ -60,5 +60,5 @@ class CmsGrid extends Grid
* *
* @var string * @var string
*/ */
protected $editLink = 'td[data-part="body.row.cell"]'; protected $editLink = '.action-menu-item';
} }
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<tabs> <tabs>
<product_reviews> <product_reviews>
<class>\Magento\Review\Test\Block\Adminhtml\Customer\Edit\Tab\Reviews</class> <class>\Magento\Review\Test\Block\Adminhtml\Customer\Edit\Tab\Reviews</class>
<selector>#tab_reviews</selector> <selector>#tab_block_reviews</selector>
<strategy>css selector</strategy> <strategy>css selector</strategy>
</product_reviews> </product_reviews>
</tabs> </tabs>
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<tabs> <tabs>
<wishlist> <wishlist>
<class>\Magento\Wishlist\Test\Block\Adminhtml\Customer\Edit\Tab\Wishlist</class> <class>\Magento\Wishlist\Test\Block\Adminhtml\Customer\Edit\Tab\Wishlist</class>
<selector>#tab_wishlist</selector> <selector>#tab_block_wishlist</selector>
<strategy>css selector</strategy> <strategy>css selector</strategy>
</wishlist> </wishlist>
</tabs> </tabs>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment