Skip to content

Commit e9995df

Browse files
Fix
1 parent bd68f77 commit e9995df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Behat/Component/UserNotificationPopup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function clickNotification(string $expectedType, string $expectedDescript
4646

4747
public function verifyNotification(string $expectedType, string $expectedAuthor, string $expectedDescription, ?string $expectedDate = null, bool $shouldExist = true): void
4848
{
49-
$notifications = $this->getHTMLPage()->setTimeout(3)->findAll($this->getLocator('notificationItem'));
49+
$notifications = $this->getHTMLPage()->setTimeout(5)->findAll($this->getLocator('notificationItem'));
5050

5151
foreach ($notifications as $notification) {
5252
$criteria = [

0 commit comments

Comments
 (0)