Skip to content

Commit

Permalink
[Behat] Incresed timeout for Content Structure navigation (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Dec 15, 2022
1 parent 5a0421a commit 84c69df
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()->findAll($this->getLocator('submenuButton'))->getByCriterion(new ElementTextCriterion($tabName))->click();
$this->getHTMLPage()->setTimeout(3)->findAll($this->getLocator('submenuButton'))->getByCriterion(new ElementTextCriterion($tabName))->click();
}

public function getNotificationsCount(): int
Expand Down

0 comments on commit 84c69df

Please sign in to comment.