test(community): re-add test for mention non existing user

Fixes #9245
This commit is contained in:
Jonathan Rainville 2023-01-24 13:55:11 -05:00
parent 5bb4a3741d
commit a4c8419aa9
1 changed files with 8 additions and 1 deletions

View File

@ -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 |