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
parent
commit
8da8d35341
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 1
      tests/integration/features/conversation-2/set-description.feature

1
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

Loading…
Cancel
Save