Skip to content

Commit

Permalink
fixup! Fix double space
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Mar 4, 2021
1 parent c901067 commit ad81c4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions tests/integration/features/chat/system-messages.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ Feature: System messages
Given user "participant1" creates room "room" (v4)
| roomType | 2 |
| roomName | room |
When user "participant1" makes room "room" public with 200 (v4)
When user "participant1" makes room "room" public with 200 (v4)
Then user "participant1" sees the following system messages in room "room" with 200
| room | actorType | actorId | actorDisplayName | systemMessage |
| room | users | participant1 | participant1-displayname | guests_allowed |
| room | users | participant1 | participant1-displayname | conversation_created |
When user "participant1" makes room "room" private with 200 (v4)
When user "participant1" makes room "room" private with 200 (v4)
Then user "participant1" sees the following system messages in room "room" with 200
| room | actorType | actorId | actorDisplayName | systemMessage |
| room | users | participant1 | participant1-displayname | guests_disallowed |
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/features/conversation/one-to-one.feature
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Feature: one-to-one
| invite | participant2 |
And user "participant1" is participant of room "room6" (v4)
And user "participant2" is participant of room "room6" (v4)
When user "participant1" makes room "room6" public with 400 (v4)
When user "participant1" makes room "room6" public with 400 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room6 | 1 | 1 |
Expand Down
20 changes: 10 additions & 10 deletions tests/integration/features/conversation/public-private.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Feature: public
And user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 3 | 1 |
When user "participant1" makes room "room" private with 200 (v4)
When user "participant1" makes room "room" private with 200 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 2 | 1 |
When user "participant1" makes room "room" public with 200 (v4)
When user "participant1" makes room "room" public with 200 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 3 | 1 |
Expand All @@ -29,11 +29,11 @@ Feature: public
| room | 3 | 1 |
And user "participant1" adds user "participant2" to room "room" with 200 (v4)
And user "participant1" promotes "participant2" in room "room" with 200 (v4)
When user "participant2" makes room "room" private with 200 (v4)
When user "participant2" makes room "room" private with 200 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 2 | 1 |
When user "participant2" makes room "room" public with 200 (v4)
When user "participant2" makes room "room" public with 200 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 3 | 1 |
Expand All @@ -46,15 +46,15 @@ Feature: public
| id | type | participantType |
| room | 3 | 1 |
And user "participant1" adds user "participant2" to room "room" with 200 (v4)
When user "participant2" makes room "room" private with 403 (v4)
When user "participant2" makes room "room" private with 403 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 3 | 1 |
When user "participant1" makes room "room" private with 200 (v4)
When user "participant1" makes room "room" private with 200 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 2 | 1 |
When user "participant2" makes room "room" public with 403 (v4)
When user "participant2" makes room "room" public with 403 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 2 | 1 |
Expand All @@ -66,15 +66,15 @@ Feature: public
And user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 3 | 1 |
When user "participant2" makes room "room" private with 404 (v4)
When user "participant2" makes room "room" private with 404 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 3 | 1 |
When user "participant1" makes room "room" private with 200 (v4)
When user "participant1" makes room "room" private with 200 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 2 | 1 |
When user "participant2" makes room "room" public with 404 (v4)
When user "participant2" makes room "room" public with 404 (v4)
Then user "participant1" is participant of the following rooms (v4)
| id | type | participantType |
| room | 2 | 1 |

0 comments on commit ad81c4f

Please sign in to comment.