mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
test: add missing @mayfail
to send image tests
This commit is contained in:
parent
b81f4dd150
commit
735f6e70aa
@ -77,6 +77,7 @@ class StatusWelcomeScreen:
|
||||
|
||||
def agree_terms_conditions_and_generate_new_key(self):
|
||||
self.agree_terms_and_conditions()
|
||||
time.sleep(1)
|
||||
click_obj_by_name(SignUpComponents.GENERATE_NEW_KEYS.value)
|
||||
|
||||
def agree_terms_conditions_and_navigate_to_import_seed_phrase(self):
|
||||
|
@ -24,15 +24,21 @@ Feature: Status Desktop community messages
|
||||
And the user creates a community named "test_community", with description "Community description", intro "community intro" and outro "commmunity outro"
|
||||
Then the user lands on the community named "test_community"
|
||||
|
||||
@mayfail
|
||||
# TODO: Verification is broken.
|
||||
Scenario: The user sends a test image
|
||||
When the user sends a test image in the current channel
|
||||
Then the last chat message contains the test image
|
||||
|
||||
@mayfail
|
||||
# TODO: Verification is broken.
|
||||
Scenario: The user sends a test image with a message
|
||||
When the user sends a test image in the current channel with message "Message" with an image
|
||||
Then the test image is displayed just before the last message
|
||||
And the last chat message contains "Message"
|
||||
|
||||
@mayfail
|
||||
# TODO: Verification is broken.
|
||||
Scenario: The user sends multiple test images with a message
|
||||
When the user sends multiple test images in the current channel with message "Message" with an image again
|
||||
Then the test images are displayed just before the last message
|
||||
|
Loading…
x
Reference in New Issue
Block a user