Skip to content

Commit fa0b95e

Browse files
author
Michail Slabko
committed
MAGETWO-44055: [GITHUB] Admin product «Custom Options» tab controls («Import Options», «Add New Option» buttons) do not work when non-English locale is used #1971
- fix tests
1 parent f1aeee4 commit fa0b95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Chooser/_files/design-abstraction_select.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
-->
77
<select name="design_abstractions" id="design_abstraction_select" class="design-abstraction-select" title="Design Abstraction Select">
88
<option value="">-- Please Select --</option>
9-
<optgroup label="Custom Layouts">
9+
<optgroup data-optgroup-name="Custom Layouts" label="Custom Layouts">
1010
<option value="customer_account" >Customer My Account (All Pages)</option>
1111
</optgroup>
12-
<optgroup label="Page Layouts">
12+
<optgroup data-optgroup-name="Page Layouts" label="Page Layouts">
1313
<option value="page_empty" >All Empty Layout Pages</option>
1414
</optgroup></select>

0 commit comments

Comments
 (0)