From 258490f3766b256ea91862b8299f14f9c331fe12 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 12 Apr 2021 14:29:08 +0200 Subject: [PATCH] Notification.Mention.feature flaky fix --- cypress/integration/Notification.Mention.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/Notification.Mention.feature b/cypress/integration/Notification.Mention.feature index d4bd8f5a8..cadfe11dd 100644 --- a/cypress/integration/Notification.Mention.feature +++ b/cypress/integration/Notification.Mention.feature @@ -23,6 +23,7 @@ Feature: Notification for a mention And I navigate to page "/" And see 1 unread notifications in the top menu And open the notification menu and click on the first item + And I wait for 750 milliseconds Then I am on page "/post/.*/hey-matt" And the unread counter is removed And the notification menu button links to the all notifications page \ No newline at end of file