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

feat: step component #15711

Merged
merged 1 commit into from
Apr 21, 2023
Merged

feat: step component #15711

merged 1 commit into from
Apr 21, 2023

Conversation

yqrashawn
Copy link
Member

resolve #15696

status: ready

@status-github-bot status-github-bot bot added this to REVIEW in Pipeline for QA Apr 21, 2023
@yqrashawn yqrashawn self-assigned this Apr 21, 2023
@yqrashawn yqrashawn requested review from J-Son89 and ilmotta and removed request for J-Son89 April 21, 2023 06:59
@status-im-auto
Copy link
Member

status-im-auto commented Apr 21, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 7695f71 #2 2023-04-21 07:08:09 ~5 min android 🤖apk 📲
✔️ 7695f71 #2 2023-04-21 07:08:48 ~6 min android-e2e 🤖apk 📲
✔️ 7695f71 #2 2023-04-21 07:09:02 ~6 min ios 📱ipa 📲
✔️ 7695f71 #2 2023-04-21 07:09:39 ~7 min tests 📄log
✔️ 17202e1 #3 2023-04-21 11:49:20 ~5 min android 🤖apk 📲
✔️ 17202e1 #3 2023-04-21 11:49:25 ~5 min android-e2e 🤖apk 📲
✔️ 17202e1 #3 2023-04-21 11:49:58 ~6 min ios 📱ipa 📲
✔️ 17202e1 #3 2023-04-21 11:50:53 ~7 min tests 📄log

[quo2.components.counter.step.style :as style]
[quo2.components.markdown.text :as text]
[react-native.core :as rn]
[utils.number :as utils-number]))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to just require utils.number and use its as utils.number without alias

@@ -0,0 +1,19 @@
(ns quo2.components.counter.step.--tests--.step-component-spec
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh actually I think we prefer the name space is
quo2.components.counter.step.component-spec because we already have the separated folder for step

(h/describe "step component"
(h/test "default render of step component"
(h/render [step/step {} nil])
(-> (h/expect (h/get-by-test-id :step-component))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefer to use accessibility over a test ID, this is a best practice from the rtl team

value (utils-number/parse-int value)
label (str value)
size (count label)
accessibility-label (or accessibility-label (keyword (str "step-" label)))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's preferable just to change
(keyword (str "step-" label) to something like :step-counter
because it can be set with accessibility-label prop anyway

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's worth mentioning accessibility labels don't need to be dynamic in most cases, since Appium has decent query selectors. This is mentioned in the guidelines too https://github.com/status-im/status-mobile/blob/develop/doc/new-guidelines.md#accessibility-labels.

My personal approach so far has been to only add dynamic accessibility labels like (str "step-" label) if they request during review.

resolve #15696

Signed-off-by: yqrashawn <namy.19@gmail.com>
@yqrashawn yqrashawn moved this from REVIEW to E2E Tests in Pipeline for QA Apr 21, 2023
@status-im-auto
Copy link
Member

93% of end-end tests have passed

Total executed tests: 29
Failed tests: 2
Passed tests: 27
IDs of failed tests: 702838,702850 

Failed tests (2)

Click to expand
  • Rerun failed tests

  • Class TestCommunityMultipleDeviceMerged:

    1. test_community_message_send_check_timestamps_sender_username, id: 702838

    Device 2: Verifying that 'hello' is under today
    Device 2: Looking for a message by text: hello

    critical/test_public_chat_browsing.py:418: in test_community_message_send_check_timestamps_sender_username
        channel.verify_message_is_under_today_text(message, self.errors)
    ../views/chat_view.py:923: in verify_message_is_under_today_text
        message_element.wait_for_visibility_of_element()
    ../views/base_element.py:135: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: ChatElementByText by xpath:`//*[starts-with(@text,'hello')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_visibility_of_element 
    

    [[blocked by 14797]]

    Device sessions

    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_activity_center_contact_request_decline, id: 702850

    Device 2: Find Button by accessibility id: tab-recent
    Device 2: Tap on found: Button

    medium/test_activity_center.py:142: in test_activity_center_contact_request_decline
        self.errors.verify_no_errors()
    base_test_case.py:184: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Username is not shown on 'Add contact' page after entering valid public key 
    

    [[Blocked by 15500]]

    Device sessions

    Passed tests (27)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    2. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_unread_messages_badge, id: 702841
    Device sessions

    2. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844
    Device sessions

    3. test_community_message_edit, id: 702843
    Device sessions

    4. test_community_message_delete, id: 702839
    Device sessions

    5. test_community_mentions_push_notification, id: 702786
    Device sessions

    6. test_community_emoji_send_copy_paste_reply, id: 702840
    Device sessions

    7. test_community_contact_block_unblock_offline, id: 702894
    Device sessions

    8. test_community_leave, id: 702845
    Device sessions

    Class TestActivityMultipleDevicePR:

    1. test_navigation_jump_to, id: 702936
    Device sessions

    2. test_activity_center_mentions, id: 702957
    Device sessions

    3. test_activity_center_admin_notification_accept_swipe, id: 702958
    Device sessions

    4. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947
    Device sessions

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_join_send_text_messages_push, id: 702807
    Device sessions

    2. test_group_chat_pin_messages, id: 702732
    Device sessions

    3. test_group_chat_offline_pn, id: 702808
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783
    Device sessions

    2. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745
    Device sessions

    3. test_1_1_chat_text_message_delete_push_disappear, id: 702733
    Device sessions

    4. test_1_1_chat_edit_message, id: 702855
    Device sessions

    5. test_1_1_chat_pin_messages, id: 702731
    Device sessions

    6. test_1_1_chat_message_reaction, id: 702730
    Device sessions

    7. test_1_1_chat_delete_via_long_press_relogin, id: 702784
    Device sessions

    8. test_1_1_chat_push_emoji, id: 702813
    Device sessions

    9. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782
    Device sessions

    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851
    Device sessions

    @yqrashawn
    Copy link
    Member Author

    all fixed

    @yqrashawn yqrashawn merged commit 4d029f0 into develop Apr 21, 2023
    Pipeline for QA automation moved this from E2E Tests to DONE Apr 21, 2023
    @yqrashawn yqrashawn deleted the feat/step-component branch April 21, 2023 12:54
    yqrashawn added a commit that referenced this pull request Apr 25, 2023
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    Implement Quo2 component Step
    5 participants