Merge pull request #1337 from nextcloud/bugfix/noid/fix-acceptance-tests-from-1275

Fix acceptance tests regression from #1275
This commit is contained in:
Joas Schilling 2018-12-05 19:45:32 +01:00 коммит произвёл GitHub
Родитель 7bf7074978 30e028eb1a
Коммит 323c8aca4c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -51,7 +51,7 @@ Feature: conversation
And I see that the "You" conversation is active
When I leave the "You" conversation
Then I see that the "You" conversation is not shown in the list
And I see that the "Join a conversation or start a new one" empty content message is shown in the main view
And I see that the "Join a conversation or start a new one Say hi to your friends and colleagues!" empty content message is shown in the main view
And I see that the sidebar is closed
Scenario: delete a one-to-one conversation
@ -72,7 +72,7 @@ Feature: conversation
When I act as John
And I delete the "admin" conversation
Then I see that the "admin" conversation is not shown in the list
And I see that the "Join a conversation or start a new one" empty content message is shown in the main view
And I see that the "Join a conversation or start a new one Say hi to your friends and colleagues!" empty content message is shown in the main view
And I see that the sidebar is closed
And I act as Jane
And I see that the "user0" conversation is not shown in the list
@ -86,7 +86,7 @@ Feature: conversation
And I see that the "You" conversation is active
And I leave the "You" conversation
And I see that the "You" conversation is not shown in the list
And I see that the "Join a conversation or start a new one" empty content message is shown in the main view
And I see that the "Join a conversation or start a new one Say hi to your friends and colleagues!" empty content message is shown in the main view
And I see that the sidebar is closed
When I create a group conversation
Then I see that the "You" conversation is active
@ -107,7 +107,7 @@ Feature: conversation
And I see that the number of participants shown in the list is "1"
And I leave the "You" conversation
And I see that the "You" conversation is not shown in the list
And I see that the "Join a conversation or start a new one" empty content message is shown in the main view
And I see that the "Join a conversation or start a new one Say hi to your friends and colleagues!" empty content message is shown in the main view
And I see that the sidebar is closed
When I open the "admin" conversation
Then I see that the "admin" conversation is active