@scope_visualization
Feature: 0106 - Test the notification/notification-messages feature
File name: srv_notifications.feature
Relative path: secondary/srv_notifications.feature
@scope_visualization
Scenario: Check the unread notification counter is correct
When
I follow the left menu "Home > Notification Messages"
00:00:00.074
And
I wait until I see "The server has collected the following notification messages." text
00:00:00.244
Then
I follow "Unread Messages"
00:00:00.065
And
the notification badge and the table should count the same amount of messages
00:00:10.018
+ Show Info
All notification-messages are read, I expect no notification badge
When
I follow the left menu "Home > Notification Messages"
00:00:00.081
And
I wait until I see "The server has collected the following notification messages." text
00:00:00.243
Then
I follow "All Messages"
00:00:00.072
There are no notification messages, nothing to do then
And
I delete it via the "Delete" button
00:00:00.013
When
I follow the left menu "Home > Notification Messages"
00:00:00.069
And
I wait until I see "The server has collected the following notification messages." text
00:00:00.241
Then
I follow "All Messages"
00:00:00.060
There are no notification messages, nothing to do then
And
I mark as read it via the "Mark as Read" button
00:00:00.013