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 bd68f77 commit e9995dfCopy full SHA for e9995df
src/lib/Behat/Component/UserNotificationPopup.php
@@ -46,7 +46,7 @@ public function clickNotification(string $expectedType, string $expectedDescript
46
47
public function verifyNotification(string $expectedType, string $expectedAuthor, string $expectedDescription, ?string $expectedDate = null, bool $shouldExist = true): void
48
{
49
- $notifications = $this->getHTMLPage()->setTimeout(3)->findAll($this->getLocator('notificationItem'));
+ $notifications = $this->getHTMLPage()->setTimeout(5)->findAll($this->getLocator('notificationItem'));
50
51
foreach ($notifications as $notification) {
52
$criteria = [
0 commit comments