Skip to content

Commit a24ed79

Browse files
committed
Fix integration tests
The html tags changed in the notification apps, adapt selector to the new state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 parent 952acd4 commit a24ed79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/acceptance/features/bootstrap/NotificationsContext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ class NotificationsContext implements Context, ActorAwareInterface {
3030
* @return Locator
3131
*/
3232
public static function notificationsButton() {
33-
return Locator::forThe()->css("#header .notifications .notifications-button")->
33+
return Locator::forThe()->css("#header #notifications.notifications-button")->
3434
describedAs("Notifications button in the header");
3535
}
3636

3737
/**
3838
* @return Locator
3939
*/
4040
public static function notificationsContainer() {
41-
return Locator::forThe()->css("#header .notifications .notification-container")->
41+
return Locator::forThe()->css("#header #notifications .notification-container")->
4242
describedAs("Notifications container");
4343
}
4444

0 commit comments

Comments
 (0)