Skip to content

Commit

Permalink
IBX-4566: Increased timeout for menu navigation (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored May 10, 2023
1 parent f9561cb commit 521fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Behat/Component/UpperMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function goToDashboard(): void

public function goToSubTab(string $tabName): void
{
$this->getHTMLPage()->setTimeout(3)->findAll($this->getLocator('submenuButton'))->getByCriterion(new ElementTextCriterion($tabName))->click();
$this->getHTMLPage()->setTimeout(7)->findAll($this->getLocator('submenuButton'))->getByCriterion(new ElementTextCriterion($tabName))->click();
}

public function getNotificationsCount(): int
Expand Down

0 comments on commit 521fc9f

Please # to comment.