File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test
Handler/CatalogProductSimple Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public function waitUntilSearchPrepared()
100
100
$ this ->browser ->waitUntil (
101
101
function () {
102
102
$ count = count ($ this ->_rootElement ->getElements ($ this ->searchListItems , Locator::SELECTOR_XPATH ));
103
- sleep ( 0.2 );
103
+ usleep ( 200 );
104
104
$ newCount = count ($ this ->_rootElement ->getElements ($ this ->searchListItems , Locator::SELECTOR_XPATH ));
105
105
return $ this ->browser ->find ($ this ->selectorAriaBusy , Locator::SELECTOR_XPATH )->isVisible ()
106
106
&& ($ newCount == $ count )
Original file line number Diff line number Diff line change @@ -119,10 +119,6 @@ class Curl extends AbstractCurl implements CatalogProductSimpleInterface
119
119
'Yes ' => 1 ,
120
120
'No ' => 0 ,
121
121
],
122
- 'use_config_enable_qty_increments ' => [
123
- 'Yes ' => 1 ,
124
- 'No ' => 0 ,
125
- ],
126
122
];
127
123
128
124
/**
You can’t perform that action at this time.
0 commit comments