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

Create helper function in Test for RecyclerView [BLOCKED on #2209] #2208

Open
anandwana001 opened this issue Dec 2, 2020 · 5 comments
Open
Labels
enhancement End user-perceivable enhancements. Impact: Low Low perceived user impact (e.g. edge cases). Issue: Needs Clarification Indicates that an issue needs more detail in order to be able to be acted upon. Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet. Z-ibt Temporary label for Ben to keep track of issues he's triaged.

Comments

@anandwana001
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Issue context - #2104 (comment)
Generalize the helper function with their specific RecyclerViews.

Describe the solution you'd like
Current implementation

 matchStringOnListItem(
        recyclerView = R.id.revision_recycler_view,
        position = 0,
        targetViewId = R.id.subtopic_title,
        stringToMatch = "What is a Fraction?"
)

What we need

verifySubtopicTitleIsPresent(subtopicPosition = 0, subtopicTitle = "What is a Fraction?")
@FareesHussain
Copy link
Contributor

@anandwana001 These lines are in your branch right so how to work on this issue

Is this blocked on #2104 ?

@anandwana001
Copy link
Contributor Author

Yes it is blocked.
Any issue or pr with the title Blocked is blocked on any other issue or pr.

@FareesHussain
Copy link
Contributor

I'm sorry i did'nt notice the title

@BenHenning
Copy link
Member

Regarding the details of this issue, are we only changing that function or is the intent here to define a bunch of new helpers? Maybe make that clearer, and even specify the helpers if you can (or how the assignee should do that). @anandwana001

@anandwana001 anandwana001 changed the title Create helper function in Test for RecyclerView[Blocked on #2104] Create helper function in Test for RecyclerView Dec 3, 2020
@ShridharGoel
Copy link
Contributor

I would like to work on this.

@ShridharGoel ShridharGoel self-assigned this Dec 18, 2020
@anandwana001 anandwana001 changed the title Create helper function in Test for RecyclerView Create helper function in Test for RecyclerView [BLOCKED on #2209] Feb 10, 2021
@Broppia Broppia added issue_type_infrastructure Impact: Low Low perceived user impact (e.g. edge cases). labels Jul 14, 2022
@BenHenning BenHenning added Issue: Needs Clarification Indicates that an issue needs more detail in order to be able to be acted upon. Z-ibt Temporary label for Ben to keep track of issues he's triaged. issue_user_developer labels Sep 15, 2022
@seanlip seanlip added enhancement End user-perceivable enhancements. and removed issue_type_infrastructure labels Mar 28, 2023
@MohitGupta121 MohitGupta121 added the Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet. label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement End user-perceivable enhancements. Impact: Low Low perceived user impact (e.g. edge cases). Issue: Needs Clarification Indicates that an issue needs more detail in order to be able to be acted upon. Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet. Z-ibt Temporary label for Ben to keep track of issues he's triaged.
Development

No branches or pull requests

7 participants