Skip to content

Commit 5822e7b

Browse files
KamilSznajdrowicztomaszszopinski
authored andcommitted
Fix count scenario
1 parent 71896ee commit 5822e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Behat/BrowserContext/UserNotificationContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function iShouldSeeTextInAllNotificationsView(string $expectedMessage): v
166166
}
167167

168168
/**
169-
* @Then there should be :expectedCount notification on the list
169+
* @Then the notifications popup should contain :expectedCount notification
170170
*/
171171
public function thereShouldBeNotificationsInPopup(int $expectedCount): void
172172
{

0 commit comments

Comments
 (0)