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

@ -135,3 +135,10 @@ Feature: Status Desktop community messages
Examples:
| displayName | message |
| 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 |