mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
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>
This commit is contained in:
parent
952acd4d27
commit
a24ed79f85
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class NotificationsContext implements Context, ActorAwareInterface {
|
|||
* @return Locator
|
||||
*/
|
||||
public static function notificationsButton() {
|
||||
return Locator::forThe()->css("#header .notifications .notifications-button")->
|
||||
return Locator::forThe()->css("#header #notifications.notifications-button")->
|
||||
describedAs("Notifications button in the header");
|
||||
}
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ class NotificationsContext implements Context, ActorAwareInterface {
|
|||
* @return Locator
|
||||
*/
|
||||
public static function notificationsContainer() {
|
||||
return Locator::forThe()->css("#header .notifications .notification-container")->
|
||||
return Locator::forThe()->css("#header #notifications .notification-container")->
|
||||
describedAs("Notifications container");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue