test: add missing `@mayfail` to send image tests

This commit is contained in:
Sale Djenic 2023-01-04 10:37:16 +01:00 committed by saledjenic
parent b81f4dd150
commit 735f6e70aa
2 changed files with 7 additions and 0 deletions

View File

@ -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):

View File

@ -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