chore: remove repetitive words (#19189)

Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
This commit is contained in:
suchsoon 2024-03-18 18:10:50 +08:00 committed by GitHub
parent 02c7460a24
commit 049822b5bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

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

View File

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