uitest(edit-message): Check if message can be edited several times

This commit is contained in:
Boris Melnik 2022-11-11 14:50:26 +03:00
parent 6f906ff90a
commit 46b0a82001
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ Feature: Status Desktop Chat Basic Flows
Scenario Outline: The user can edit a message
Given the user sends a chat message "Edit me"
# Checking that message can be edited several times
When the user edits the message at index 0 and changes it to "first edition"
Then the chat message "first edition" is displayed as an edited one
When the user edits the message at index 0 and changes it to "<edited>"
Then the chat message "<edited>" is displayed as an edited one
Examples: