Skip to content

Commit ddff1b9

Browse files
committed
MC-13909: [FT] CreateCmsPageEntityMultipleStoreViewsTest fails on variation CreateCmsPageEntityMultipleStoreViewsTestVariation1
1 parent c63b388 commit ddff1b9

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityMultipleStoreViewsTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Cms\Test\TestCase\CreateCmsPageEntityMultipleStoreViewsTest" summary="Page cache for different CMS pages on multiple store views" ticketId="MAGETWO-52467">
1010
<variation name="CreateCmsPageEntityMultipleStoreViewsTestVariation1">
11-
<data name="issue" xsi:type="string">MC-13801: Test "Page cache for different CMS pages on multiple store views" fails on Jenkins</data>
1211
<data name="cmsPages/0/is_active" xsi:type="string">Yes</data>
1312
<data name="cmsPages/0/title" xsi:type="string">NewCmsPage</data>
1413
<data name="cmsPages/0/store_id/dataset" xsi:type="string">default</data>

dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/RecentlyComparedProducts.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
</page_size>
1313
<show_attributes>
1414
<selector>
15-
.control [name="parameters[show_attributes][1]"]
15+
.control [name^="parameters[show_attributes]["]
1616
</selector>
1717
<input>multiselect</input>
1818
</show_attributes>
1919
<show_buttons>
2020
<selector>
21-
.control [name="parameters[show_buttons][2]"]
21+
.control [name^="parameters[show_buttons]["]
2222
</selector>
2323
<input>multiselect</input>
2424
</show_buttons>

dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/Widget/Instance/Edit/Tab/ParametersType/RecentlyViewedProducts.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
</page_size>
1313
<show_attributes>
1414
<selector>
15-
.control [name="parameters[show_attributes][1]"]
15+
.control [name^="parameters[show_attributes]["]
1616
</selector>
1717
<input>multiselect</input>
1818
</show_attributes>
1919
<show_buttons>
2020
<selector>
21-
.control [name="parameters[show_buttons][2]"]
21+
.control [name^="parameters[show_buttons]["]
2222
</selector>
2323
<input>multiselect</input>
2424
</show_buttons>

dev/tests/functional/tests/app/Magento/Widget/Test/Block/Adminhtml/WidgetForm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
<page_size />
3333
<show_attributes>
3434
<selector>
35-
.control [name="parameters[show_attributes][1]"]
35+
.control [name^="parameters[show_attributes]["]
3636
</selector>
3737
<input>multiselect</input>
3838
</show_attributes>
3939
<show_buttons>
4040
<selector>
41-
.control [name="parameters[show_buttons][2]"]
41+
.control [name^="parameters[show_buttons]["]
4242
</selector>
4343
<input>multiselect</input>
4444
</show_buttons>

0 commit comments

Comments
 (0)