mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
test(suite_messaging): Disabled some code that is causing CI failures
Open issue to solve it: #9335
This commit is contained in:
parent
b4407f79ce
commit
606d30abc6
@ -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 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user