parent
5bb4a3741d
commit
a4c8419aa9
|
@ -134,4 +134,11 @@ Feature: Status Desktop community messages
|
|||
Then the "<displayName>" mention with message "<message>" have been sent
|
||||
Examples:
|
||||
| displayName | message |
|
||||
| tester123 | testing mention |
|
||||
| tester123 | testing mention |
|
||||
|
||||
Scenario Outline: The user can not do a mention to a not existing users
|
||||
Then the user cannot input a mention to a not existing user "<displayName>"
|
||||
Examples:
|
||||
| displayName |
|
||||
| notExistingAccount |
|
||||
| asdfgNoNo |
|
||||
|
|
Loading…
Reference in New Issue