We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238dc26 commit 6af768dCopy full SHA for 6af768d
dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options.php
@@ -30,7 +30,7 @@ class Options extends Section
30
*
31
* @var string
32
*/
33
- protected $newCustomOptionRow = '[data-index="custom_options"] [data-role="grid"] tbody tr:nth-child(1)';
+ protected $newCustomOptionRow = '[data-index="custom_options"] [data-role="grid"] tbody tr:nth-child(%d)';
34
35
/**
36
* Add an option button.
0 commit comments