Skip to content

Commit f1c07c5

Browse files
author
Kovsher, Iurii(ikovsher)
committed
Merge pull request #165 from magento-tango/MAGETWO-45299
[Tango] Functional Tests PS domain fixes and Bug delivery
2 parents 4383e60 + 88835f8 commit f1c07c5

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<data name="attribute/data/is_filterable_in_search" xsi:type="string">Yes</data>
4444
<data name="assertProduct/data/name" xsi:type="string">Product name</data>
4545
<data name="assertProduct/data/sku" xsi:type="string">product-sku</data>
46+
<data name="assertProduct/data/price" xsi:type="string">35</data>
4647
<constraint name="Magento\Catalog\Test\Constraint\AssertProductAttributeIsFilterable" />
4748
<constraint name="Magento\Catalog\Test\Constraint\AssertProductAttributeIsFilterableInSearch" />
4849
<constraint name="Magento\ConfigurableProduct\Test\Constraint\AssertProductAttributeIsConfigurable" />

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
<data name="productAttribute/data/used_for_sort_by" xsi:type="string">Yes</data>
129129
<data name="assertProduct/data/name" xsi:type="string">Product name</data>
130130
<data name="assertProduct/data/sku" xsi:type="string">product-sku</data>
131+
<data name="assertProduct/data/price" xsi:type="string">35</data>
131132
<constraint name="Magento\Catalog\Test\Constraint\AssertProductAttributeInGrid" />
132133
<constraint name="Magento\Catalog\Test\Constraint\AssertAttributeForm" />
133134
<constraint name="Magento\Catalog\Test\Constraint\AssertAddedProductAttributeOnProductForm" />

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Cart extends Block
7676
*
7777
* @var string
7878
*/
79-
protected $deleteItemButton = '.action.action-delete';
79+
protected $deleteItemButton = 'a.action.action-delete';
8080

8181
/**
8282
* Get Shopping Cart item.

dev/tests/functional/tests/app/Magento/Cms/Test/Block/Adminhtml/Page/Edit/Tab/Content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Content extends Tab
2929
*
3030
* @var string
3131
*/
32-
protected $widgetBlock = "./ancestor::body/div[div/div/*[@id='widget_options_form']]";
32+
protected $widgetBlock = "//body//aside[div//*[@id='widget_options_form']]";
3333

3434
/**
3535
* Insert Variable button selector.

dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NavigateMenuTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
7979
</variation>
8080
<variation name="NavigateMenuTest69">
81-
<data name="menuItem" xsi:type="string">Reports > Refresh statistics</data>
81+
<data name="menuItem" xsi:type="string">Reports > Refresh Statistics</data>
8282
<data name="pageTitle" xsi:type="string">Refresh Statistics</data>
8383
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
8484
</variation>

0 commit comments

Comments
 (0)