diff --git a/src/addons/notifications/pages/list/list.html b/src/addons/notifications/pages/list/list.html index 16d7d3e00..3ae30321c 100644 --- a/src/addons/notifications/pages/list/list.html +++ b/src/addons/notifications/pages/list/list.html @@ -19,11 +19,8 @@ + [attr.aria-current]="notifications.getItemAriaCurrent(notification)" (click)="notifications.select(notification)" button + [detail]="false" lines="full"> -

+

diff --git a/src/addons/notifications/tests/behat/notifications.feature b/src/addons/notifications/tests/behat/notifications.feature index 6ad776d57..fb79dcc4a 100644 --- a/src/addons/notifications/tests/behat/notifications.feature +++ b/src/addons/notifications/tests/behat/notifications.feature @@ -78,7 +78,6 @@ Feature: Notifications Then I should find "Test 10 description" in the app But I should not find "Test 09 description" in the app - @ionic7_failure Scenario: Tablet navigation Given I entered the app as "student1" And I change viewport size to "1200x640" in the app