Browse Source
Make sure the user we are testing with exists
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5542/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
0 deletions
-
tests/integration/features/conversation-2/set-description.feature
|
|
|
@ -3,6 +3,7 @@ Feature: set-description |
|
|
|
Given user "owner" exists |
|
|
|
Given user "moderator" exists |
|
|
|
Given user "invited user" exists |
|
|
|
Given user "not invited user" exists |
|
|
|
Given user "not invited but joined user" exists |
|
|
|
Given user "not joined user" exists |
|
|
|
|
|
|
|
|