Skip to content

Commit ca5088a

Browse files
author
Dmytro Aponasenko
committed
MTA-2145: Sync qmt repository with mainline - Sprint 12
1 parent 139e383 commit ca5088a

File tree

3 files changed

+3
-3
lines changed
  • dev/tests/functional/tests/app/Magento
    • Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle
    • ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super
    • Reports/Test/Block/Adminhtml/Customer/Totals

3 files changed

+3
-3
lines changed

dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Option extends Form
5050
*
5151
* @var string
5252
*/
53-
protected $removeSelection = 'button.delete';
53+
protected $removeSelection = '.col-actions .action-delete';
5454

5555
/**
5656
* Get grid for assigning products for bundle option

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Config extends Tab
2323
*
2424
* @var string
2525
*/
26-
protected $variationsTabTrigger = '[data-panel="product-variations"] .title span';
26+
protected $variationsTabTrigger = '[data-target="#super_config-content"][data-toggle="collapse"] span';
2727

2828
/**
2929
* Selector for content "Variations" tab.

dev/tests/functional/tests/app/Magento/Reports/Test/Block/Adminhtml/Customer/Totals/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Grid extends \Magento\Backend\Test\Block\Widget\Grid
6767
protected function getRow(array $filter, $isSearchable = true, $isStrict = true)
6868
{
6969
$this->date = sprintf($this->date, $filter['date']);
70-
$location = '//div[@class="grid"]//tr[((preceding-sibling::' . sprintf($this->preceding, $filter['date'])
70+
$location = '//table//tr[((preceding-sibling::' . sprintf($this->preceding, $filter['date'])
7171
. ' and following-sibling::' . $this->following . ') or ' . $this->date . ') and ';
7272
unset($filter['date']);
7373
$rows = [];

0 commit comments

Comments
 (0)