You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue cause: Initialization of nickname reagent atom was the part of component/view definition, so whenever nickname changed component rendered again and atom reinitialized with empty value.
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Device 2: Find `Button` by `xpath`: `//*[@content-desc='sticker-pack-name'][@text='Tozemoon']/..//*[@content-desc='sticker-pack-price']`
Device 2: Find `Button` by `xpath`: `//*[@content-desc='sticker-pack-name'][@text='Tozemoon']/..//*[@content-desc='sticker-pack-price']`
Device 2: Button by xpath: `//*[@content-desc='sticker-pack-name'][@text='Tozemoon']/..//*[@content-desc='sticker-pack-price']` is not found on the screen
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
Test setup failed:
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/b21b9e5d532d4ba5bda29216f2e70cbb
E http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
@Parveshdhull thanks for the fix! LGTM!
But just wondering, is it possible to save a pre-populated value for a nickname in the case of a QR scanning?
I mean now it works like on the video below, the nickname is lost if you first enter it and then scan QR.
But I'm not sure it's possible to implement.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #13328
Issue cause: Initialization of nickname reagent atom was the part of component/view definition, so whenever nickname changed component rendered again and atom reinitialized with empty value.
status: ready