Skip to content

Commit 6af768d

Browse files
committed
MAGETWO-48914: Stabilize PR
- Fixed locator for new custom option row;
1 parent 238dc26 commit 6af768d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Options extends Section
3030
*
3131
* @var string
3232
*/
33-
protected $newCustomOptionRow = '[data-index="custom_options"] [data-role="grid"] tbody tr:nth-child(1)';
33+
protected $newCustomOptionRow = '[data-index="custom_options"] [data-role="grid"] tbody tr:nth-child(%d)';
3434

3535
/**
3636
* Add an option button.

0 commit comments

Comments
 (0)