We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a489f2 commit 7a5dd69Copy full SHA for 7a5dd69
src/lib/Behat/Component/UserNotificationPopup.php
@@ -48,7 +48,7 @@ public function verifyIsLoaded(): void
48
protected function specifyLocators(): array
49
{
50
return [
51
- new VisibleCSSLocator('notificationsPopupTitle', '#view-notifications .modal-title'),
+ new VisibleCSSLocator('notificationsPopupTitle', '.ibexa-side-panel__header'),
52
new VisibleCSSLocator('notificationItem', '.ibexa-notifications-modal__item'),
53
new VisibleCSSLocator('notificationType', '.ibexa-notifications-modal__type'),
54
new VisibleCSSLocator('notificationDescription', '.ibexa-notifications-modal__description'),
0 commit comments