Skip to content

Commit 7a5dd69

Browse files
barbaragralbozek
authored andcommitted
[Behat] Fix for quickReview.feature
1 parent 1a489f2 commit 7a5dd69

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
@@ -48,7 +48,7 @@ public function verifyIsLoaded(): void
4848
protected function specifyLocators(): array
4949
{
5050
return [
51-
new VisibleCSSLocator('notificationsPopupTitle', '#view-notifications .modal-title'),
51+
new VisibleCSSLocator('notificationsPopupTitle', '.ibexa-side-panel__header'),
5252
new VisibleCSSLocator('notificationItem', '.ibexa-notifications-modal__item'),
5353
new VisibleCSSLocator('notificationType', '.ibexa-notifications-modal__type'),
5454
new VisibleCSSLocator('notificationDescription', '.ibexa-notifications-modal__description'),

0 commit comments

Comments
 (0)