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

View File

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