Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-09-13 16:52:11 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-09-13 19:47:46 +0300
commitf2fd53a341ec8ac508b55e5653fcf3c0095572a9 (patch)
tree09297721e794b258ce6800e670d3dfc843a6f339 /tests
parentc27386590717da88d1b712e015382cf08224077d (diff)
Unify lobby with mobile clients
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/lobby.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/acceptance/features/lobby.feature b/tests/acceptance/features/lobby.feature
index 0c1a96e35..bf7155ef5 100644
--- a/tests/acceptance/features/lobby.feature
+++ b/tests/acceptance/features/lobby.feature
@@ -13,7 +13,7 @@ Feature: lobby
And I am logged in as the admin
And I visit the public conversation link I wrote down
Then I see that the "Public" conversation is active
- And I see that the "Public Waiting for the conversation to be opened" empty content message is shown in the main view
+ And I see that the "Public You are currently waiting in the lobby" empty content message is shown in the main view
And I see that the sidebar is closed
Scenario: join public lobby as a self-joined user
@@ -28,7 +28,7 @@ Feature: lobby
And I am logged in as the admin
And I visit the public conversation link I wrote down
Then I see that the "Public" conversation is active
- And I see that the "Public Waiting for the conversation to be opened" empty content message is shown in the main view
+ And I see that the "Public You are currently waiting in the lobby" empty content message is shown in the main view
And I see that the sidebar is closed
@@ -48,7 +48,7 @@ Feature: lobby
And I am logged in as the admin
And I visit the public conversation link I wrote down
Then I see that the "Public" conversation is active
- And I see that the "Public Waiting for the conversation to be opened" empty content message is shown in the main view
+ And I see that the "Public You are currently waiting in the lobby" empty content message is shown in the main view
And I see that the sidebar is closed
Scenario: join public lobby protected by password as a self-joined user
@@ -67,5 +67,5 @@ Feature: lobby
And I see that the current page is the Authenticate page for the public conversation link I wrote down
And I authenticate with password "abcdef" in public conversation
Then I see that the "Public" conversation is active
- And I see that the "Public Waiting for the conversation to be opened" empty content message is shown in the main view
+ And I see that the "Public You are currently waiting in the lobby" empty content message is shown in the main view
And I see that the sidebar is closed