From 049822b5bbfe3cc4b36285645e1237e3d34a6bcb Mon Sep 17 00:00:00 2001 From: suchsoon <137266842+suchsoon@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:10:50 +0800 Subject: [PATCH] chore: remove repetitive words (#19189) Signed-off-by: suchsoon --- .../contexts/shell/share/wallet/component_spec.cljs | 6 +++--- .../tests/old_ui/medium/test_pairing_devices_sync_m.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/status_im/contexts/shell/share/wallet/component_spec.cljs b/src/status_im/contexts/shell/share/wallet/component_spec.cljs index 953f38e696..82b1ecde40 100644 --- a/src/status_im/contexts/shell/share/wallet/component_spec.cljs +++ b/src/status_im/contexts/shell/share/wallet/component_spec.cljs @@ -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 [] diff --git a/test/appium/tests/old_ui/medium/test_pairing_devices_sync_m.py b/test/appium/tests/old_ui/medium/test_pairing_devices_sync_m.py index 7cbbb6e33d..98c5e9b1f3 100644 --- a/test/appium/tests/old_ui/medium/test_pairing_devices_sync_m.py +++ b/test/appium/tests/old_ui/medium/test_pairing_devices_sync_m.py @@ -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()