Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Test/send recive eth by command #166 #1

Open
wants to merge 73 commits into
base: develop
Choose a base branch
from

Conversation

yevh-berdnyk
Copy link
Owner

addresses #...

Summary:

...

Steps to test:

  • Open Status
  • ...
  • Step 3, etc.

status: ready

or

status: wip

jeluard and others added 30 commits October 23, 2017 09:52
Change public key info message
… fix)

Adds description to default contacts load. Partial fix in the sense that
overwriting contacts don't work yet. Add description key to v16 migration.
Also cleanup migration for changed whisper-identities
fix incorrect :bot field in commands and requests
Removed unused commands and cleaned up to prepare for other translations.
…_profile_name_and_status'

fixed verification of user status on drawer menu
@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '11' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:Click to expand

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '11' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:
Click to expand

@yevh-berdnyk
Copy link
Owner Author

yevh-berdnyk commented Aug 15, 2018

a

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 14
Failed tests: 14
Passed tests: 0

Failed tests (14)

Click to expand
1. test_send_and_open_links

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:233: in test_send_and_open_links home_1, home_2 = device_1.create_user(username=username_1), device_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

2. test_delete_cut_and_paste_messages

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:495: in test_delete_cut_and_paste_messages home = sign_in.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

3. test_add_to_contacts

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:190: in test_add_to_contacts device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user( ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

4. test_bold_and_italic_text_in_messages

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:355: in test_bold_and_italic_text_in_messages device_1_home, device_2_home = sign_in_1.create_user(), sign_in_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

5. test_copy_and_paste_messages

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:462: in test_copy_and_paste_messages home = sign_in.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

6. test_send_message_to_newly_added_contact

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:153: in test_send_message_to_newly_added_contact device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

7. test_offline_status

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:271: in test_offline_status home_view = sign_in.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

8. test_unread_messages_counter_1_1_chat

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:323: in test_unread_messages_counter_1_1_chat device_1_home, device_2_home = device_1.create_user(), device_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

9. test_text_message_1_1_chat

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:21: in test_text_message_1_1_chat device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

10. test_offline_messaging_1_1_chat

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:41: in test_offline_messaging_1_1_chat home_1, home_2 = sign_in_1.create_user(), sign_in_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

11. test_resend_message_offline

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:81: in test_resend_message_offline home_1, home_2 = sign_in_1.create_user(username_1), sign_in_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

12. test_messaging_in_different_networks

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:120: in test_messaging_in_different_networks sign_in_1.create_user(username_1) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

13. test_send_emoji

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:518: in test_send_emoji home = sign_in.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

14. test_message_marked_as_sent_and_seen_1_1_chat

Type '1' to PasswordInput
Tap on NextButton

test_one_to_one.py:299: in test_message_marked_as_sent_and_seen_1_1_chat device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:179: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element raise NoSuchElementException("'%s' is not found on the screen" % self.name) from None 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 11
Failed tests: 11
Passed tests: 0

Failed tests (11)

Click to expand
1. test_send_and_open_links

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:227: in test_send_and_open_links home_1, home_2 = device_1.create_user(username=username_1), device_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/f525084e311343e1b670cef90e283439/0006screenshot.png?auth=e97a68de328fb7e326f110c14dda9599)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/cfa190d3a9434838805570b3e8a5d5c0/0003screenshot.png?auth=8c476262b3087e3ea4a6310d82b7499f)

2. test_add_to_contacts

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:184: in test_add_to_contacts device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user( ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/1b513e406a6a44f98e792075b926c0c6/0006screenshot.png?auth=6e90b7c4b56af5afe43d2df467e98c39)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/c70840891a3946c4a69cb37f87a7a01e/0003screenshot.png?auth=14e8697a13c1a6a382a6a013aaecd152)

3. test_bold_and_italic_text_in_messages

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:348: in test_bold_and_italic_text_in_messages device_1_home, device_2_home = sign_in_1.create_user(), sign_in_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/4c5525bc25bc4d7598be24e4fb99b1bb/0006screenshot.png?auth=41cc711a31a04a00551ea9c1f19fa740)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/ad96f58c957d419fb2d2918957ebad27/0003screenshot.png?auth=c39c84cac47b886928306969d9df3a38)

4. test_send_message_to_newly_added_contact

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:147: in test_send_message_to_newly_added_contact device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/218a12bd5de143e59d91d31f2aafbd4a/0006screenshot.png?auth=fca2a65456c61b3c50832662fa32c942)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/dff2fa4007fc46b08f23b44abbf7873a/0003screenshot.png?auth=625c0923dca347a3bd530166583ddf8d)

5. test_offline_status

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:264: in test_offline_status home_view = sign_in.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/d91d34371c654c508847b4374c8c06af/0007screenshot.png?auth=1a52f3b4339d0d5a5f594fdbe93774b5)

6. test_unread_messages_counter_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:316: in test_unread_messages_counter_1_1_chat device_1_home, device_2_home = device_1.create_user(), device_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/6b106606821b4b52aaa97f1771aac1d5/0006screenshot.png?auth=8f972ef9962ad46ddd2bc6f1ce819d2e)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/1f14b23ec04f45a18d93bfdd2a64ea50/0003screenshot.png?auth=f347d2d86d04073d9bc74ce30c588b79)

7. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:20: in test_text_message_1_1_chat device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/1e4894857d6444ca82ddfd2b8fd158e4/0006screenshot.png?auth=a24478054812ab9e382d223987286425)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/307e3c533e0b4be2b15fe1c71b915de3/0003screenshot.png?auth=7328fa06a74ffc34b0bb2544e9459207)

8. test_offline_messaging_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:39: in test_offline_messaging_1_1_chat home_1, home_2 = sign_in_1.create_user(), sign_in_2.create_user(username=username_2) ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/8758e1a3ea3c404ab6ba2ab9ddc6bcca/0006screenshot.png?auth=7857b4f8073ede610f1f9d27985d6414)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/cedddbf1fa4f4797b0195e8f8d058beb/0003screenshot.png?auth=539feff267f0249dfd2c562d32b67d0b)

9. test_resend_message_offline

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:78: in test_resend_message_offline home_1, home_2 = sign_in_1.create_user(username_1), sign_in_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/eb266eb3547a4e38ba7458d8f88905ac/0006screenshot.png?auth=73775643f9da9ac564062503daad35d1)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/ac8ab2aa1e294d018795d4333579c579/0003screenshot.png?auth=79260c7e25a3ed8996912afcdfcbb721)

10. test_messaging_in_different_networks

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:116: in test_messaging_in_different_networks home_1, home_2 = sign_in_1.create_user(username_1), sign_in_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/76de1a2b88af4314b638ba07d8df94c7/0006screenshot.png?auth=ae151e59c48a2b322a0c875276314605)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/a59ffae295394132afab4bb00ec2186e/0003screenshot.png?auth=dbc6215f6fc87081e1e884316abb29db)

11. test_message_marked_as_sent_and_seen_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

test_one_to_one.py:292: in test_message_marked_as_sent_and_seen_1_1_chat device_1_home, device_2_home = device_1.create_user(username=username_1), device_2.create_user() ../../../views/sign_in_view.py:108: in create_user self.confirm_password_input.set_value(password) ../../../views/base_element.py:182: in set_value self.find_element().set_value(value) ../../../views/base_element.py:64: in find_element "Device %s: '%s' is not found on the screen" % (self.driver.number, self.name)) from None Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

  • Device 1
  • ![screenshot](https://assets.saucelabs.com/jobs/dabbf70da07c412dba341beca5c47b4f/0006screenshot.png?auth=a7b82f5fd6e645463a991a760e8a8ad5)
  • Device 2
  • ![screenshot](https://assets.saucelabs.com/jobs/03166afd16e8427c8c999b6906517c82/0003screenshot.png?auth=4598c71213035aa23746be015edd1ea5)

@yevh-berdnyk
Copy link
Owner Author

screenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshot

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

yevh-berdnyk commented Aug 18, 2018

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 3
Failed tests: 3
Passed tests: 0

Failed tests (3)

Click to expand
1. test_password_in_logcat_sign_in

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

2. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

3. test_login_with_incorrect_password

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

yevh-berdnyk commented Aug 18, 2018

0% of end-end tests have passed

Total executed tests: 3
Failed tests: 3
Passed tests: 0

Failed tests (3)

Click to expand
1. test_password_in_logcat_sign_in

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

2. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

3. test_login_with_incorrect_password

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

yevh-berdnyk commented Aug 19, 2018

0% of end-end tests have passed

Total executed tests: 3
Failed tests: 3
Passed tests: 0

Failed tests (3)

Click to expand
1. test_password_in_logcat_sign_in

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

2. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

3. test_login_with_incorrect_password

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

yevh-berdnyk commented Aug 19, 2018

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 4
Failed tests: 4
Passed tests: 0

Failed tests (4)

Click to expand
1. test_offline_login

Device 1: Wait for CreateAccountButton
Device 1: Wait for PasswordInput

Invalid message: ERROR Internal Server Error, also Unexpected Alert is shown: 'You are using an app installed from a nightly build. If you're connected to WiFi, your interactions with the app will be saved as video and logs. These recordings do not save your passwords. They are used by our development team to investigate possible issues and only occur if the app is install from a nightly build. Nothing is recorded if the app is installed from PlayStore or TestFlight.'

Device sessions:

2. test_password_in_logcat_sign_in

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

3. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

4. test_login_with_incorrect_password

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

yevh-berdnyk commented Aug 19, 2018

0% of end-end tests have passed

Total executed tests: 4
Failed tests: 4
Passed tests: 0

Failed tests (4)

Click to expand
1. test_offline_login

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

2. test_password_in_logcat_sign_in

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

3. test_login_with_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

4. test_login_with_incorrect_password

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

yevh-berdnyk commented Aug 19, 2018

0% of end-end tests have passed

Total executed tests: 14
Failed tests: 14
Passed tests: 0

Failed tests (14)

Click to expand
1. test_send_and_open_links

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

2. test_delete_cut_and_paste_messages

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

3. test_add_to_contacts

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

4. test_bold_and_italic_text_in_messages

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

5. test_copy_and_paste_messages

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

6. test_send_message_to_newly_added_contact

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

7. test_offline_status

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

8. test_unread_messages_counter_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

9. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

10. test_offline_messaging_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

11. test_resend_message_offline

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

12. test_messaging_in_different_networks

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

13. test_send_emoji

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

14. test_message_marked_as_sent_and_seen_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions:

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_switch_users_and_add_new_account

Device 1: Wait for CreateAccountButton

An unknown server-side error occurred while processing the command. Original error: io.appium.uiautomator2.common.exceptions.UiAutomator2Exception: Timed out after 10000 milliseconds waiting for root AccessibilityNodeInfo at io.appium.uiautomator2.model.XPathFinder.getRootAccessibilityNode(XPathFinder.java:246) at io.appium.uiautomator2.model.XPathFinder.refreshUiElementTree(XPathFinder.java:224) at io.appium.uiautomator2.model.XPathFinder.getNodesList(XPathFinder.java:116) at io.appium.uiautomator2.handler.FindElement.getXPathUiObject(FindElement.java:78) at io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:153) at io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:102) at io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:56) at io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:208) at io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:199) at io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:611) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:552) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:466) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:761)

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_switch_users_and_add_new_account

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 1
Failed tests: 1
Passed tests: 0

Failed tests (1)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

0% of end-end tests have passed

Total executed tests: 2
Failed tests: 2
Passed tests: 0

Failed tests (2)

Click to expand
1. test_text_message_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

2. test_offline_messaging_1_1_chat

Device 1: Type '1' to PasswordInput
Device 1: Tap on NextButton

Device 1: 'ConfirmPasswordInput' is not found on the screen

Device sessions

@yevh-berdnyk
Copy link
Owner Author

100% of end-end tests have passed

Total executed tests: 1
Failed tests: 0
Passed tests: 1

Passed tests (1)

Click to expand
1.
  • test_create_account
  • Device sessions

    @yevh-berdnyk
    Copy link
    Owner Author

    100% of end-end tests have passed

    Total executed tests: 1
    Failed tests: 0
    Passed tests: 1
    

    Passed tests (1)

    Click to expand
    1. test_create_account
    Device sessions

    @yevh-berdnyk
    Copy link
    Owner Author

    100% of end-end tests have passed

    Total executed tests: 1
    Failed tests: 0
    Passed tests: 1
    

    Passed tests (1)

    Click to expand
    1. test_create_account
    Device sessions

    @yevh-berdnyk
    Copy link
    Owner Author

    100% of end-end tests have passed

    Total executed tests: 1
    Failed tests: 0
    Passed tests: 1
    

    Passed tests (1)

    Click to expand
    1. test_create_account (unable to find TestRail link something went wrong)
    Device sessions

    @yevh-berdnyk
    Copy link
    Owner Author

    100% of end-end tests have passed

    Total executed tests: 1
    Failed tests: 0
    Passed tests: 1
    

    Passed tests (1)

    Click to expand
    1. test_onboarding_screen_is_shown_for_account_when_requesting_tokens (TestRail link is not found)
    Device sessions

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.