test(suite_messaging): Disabled some code that is causing CI failures

Open issue to solve it: #9335
This commit is contained in:
Noelia 2023-02-24 12:53:39 +01:00 committed by Noelia
parent b4407f79ce
commit 606d30abc6
1 changed files with 16 additions and 16 deletions

View File

@ -15,20 +15,20 @@ Feature: Status Desktop One to One Chat Flows
[Cleanup] Also each scenario ends with:
** when the user leaves the current chat
@mayfail
# Fails on CI. Issue #9335
Scenario: The user can create a one to chat
When the user creates a one to one chat with "Athletic"
Then the chat title is "Athletic"
When the user sends a chat message "Test message"
Then the last chat message contains "Test message"
Scenario: After sending a message the user sees chats order by most recent activity
When the user creates a one to one chat with "Athletic"
And the user creates a one to one chat with "Nervous"
And the user switches to "Athletic" chat
And the user sends a random chat message
Then the random chat message is displayed
And the user chats are sorted accordingly
| Athletic |
| Nervous |
# @mayfail
# Scenario: The user can create a one to chat
# When the user creates a one to one chat with "Athletic"
# Then the chat title is "Athletic"
# When the user sends a chat message "Test message"
# Then the last chat message contains "Test message"
#
# Scenario: After sending a message the user sees chats order by most recent activity
# When the user creates a one to one chat with "Athletic"
# And the user creates a one to one chat with "Nervous"
# And the user switches to "Athletic" chat
# And the user sends a random chat message
# Then the random chat message is displayed
# And the user chats are sorted accordingly
# | Athletic |
# | Nervous |