Skip to content

Commit

Permalink
Increase timeout to let the ajax query be done
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed May 14, 2024
1 parent ea489a9 commit fb08556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Behat/Service/AutoCompleteSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private function waitForItemsToLoad(ElementInterface $scope): void
{
$scope->find('css', '.sylius-autocomplete .icon')->click();

$scope->waitFor(10, function() use ($scope) {
$scope->waitFor(100, function() use ($scope) {
return $scope
->find('css', '.sylius-autocomplete .menu')
->hasClass('visible')
Expand Down

0 comments on commit fb08556

Please sign in to comment.