chore: remove repetitive words (#19189)
Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
This commit is contained in:
parent
02c7460a24
commit
049822b5bb
|
@ -24,19 +24,19 @@
|
|||
:emoji "😆"
|
||||
:color :blue}]})))
|
||||
|
||||
(h/test "should display the the wallet tab"
|
||||
(h/test "should display the wallet tab"
|
||||
(render-wallet-view)
|
||||
(-> (h/wait-for #(h/get-by-text "Wallet One"))
|
||||
(.then (fn [] (h/is-truthy (h/get-by-text "Wallet One"))))))
|
||||
|
||||
(h/test "should display the the legacy account"
|
||||
(h/test "should display the legacy account"
|
||||
(render-wallet-view)
|
||||
(-> (h/wait-for #(h/get-by-label-text :share-qr-code-legacy-tab))
|
||||
(.then (fn []
|
||||
(h/is-truthy (h/query-by-text "0x707f635951193ddafbb40971a0fcaab8a6415160"))
|
||||
(h/is-falsy (h/query-by-text "eth:"))))))
|
||||
|
||||
(h/test "should display the the multichain account"
|
||||
(h/test "should display the multichain account"
|
||||
(render-wallet-view)
|
||||
(-> (h/wait-for #(h/get-by-label-text :share-qr-code-multichain-tab))
|
||||
(.then (fn []
|
||||
|
|
|
@ -61,7 +61,7 @@ class TestPairingSyncMediumMultipleDevicesMerged(MultipleSharedDeviceTestCase):
|
|||
self.profile_1.element_by_translation_id('everyone').click()
|
||||
self.profile_1.navigate_up_button.click()
|
||||
|
||||
self.device_1.just_fyi('Set show profile pictures to to none')
|
||||
self.device_1.just_fyi('Set show profile pictures to none')
|
||||
self.profile_1.show_profile_pictures_to.scroll_and_click()
|
||||
self.profile_1.element_by_translation_id('none').click()
|
||||
self.profile_1.get_back_to_home_view()
|
||||
|
@ -140,7 +140,7 @@ class TestPairingSyncMediumMultipleDevicesMerged(MultipleSharedDeviceTestCase):
|
|||
self.profile_2.element_by_translation_id('contacts').click()
|
||||
self.profile_2.navigate_up_button.click()
|
||||
|
||||
self.device_2.just_fyi('Set show profile pictures to to contacts')
|
||||
self.device_2.just_fyi('Set show profile pictures to contacts')
|
||||
self.profile_2.show_profile_pictures_to.scroll_and_click()
|
||||
self.profile_2.element_by_translation_id('contacts').click()
|
||||
self.profile_2.get_back_to_home_view()
|
||||
|
|
Loading…
Reference in New Issue