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

Espresso test explore feed #5130

Open
wants to merge 17 commits into
base: espresso-test-main
Choose a base branch
from

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    6a4c2b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. - refactors ExploreFeedTest scroll function

    - the function scrolls based on title of the card, removes position as the scroll factor
    - adds two   scrollToViewMainPageAndClick and scrollToCardWithTitleAndClick function
    - the function can also take viewId
    Williamrai committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2c9d89e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bccb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. - adds clicks on view by checking if it contains string

    - fixes scroll to View with title by adding an offset which would allow espresso to click effectively
    - adds the flow for espresso test from the QTE document
    Williamrai committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4b12b70 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. - refactors function for explore Robot

    - refactors scroll and click function
    - adds all the flow for Explore Feed from QTE doc
    - adds try catch for conditional execution
    Williamrai committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6fa122e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe8d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6965d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    897d819 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    356fdc4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'espresso-test-main' into espresso-test-explore-feed

    # Conflicts:
    #	app/src/androidTest/java/org/wikipedia/TestSuite.kt
    Williamrai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bc0656f View commit details
    Browse the repository at this point in the history
  3. - import code fixes

    Williamrai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a0d9251 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40c9e80 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'espresso-test-main' into espresso-test-explore-feed

    # Conflicts:
    #	app/src/androidTest/java/org/wikipedia/tests/ExploreFeedTest.kt
    #	app/src/androidTest/java/org/wikipedia/tests/SuggestedEditCardTest.kt
    #	app/src/androidTest/java/org/wikipedia/tests/WatchListTest.kt
    Williamrai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3355d1a View commit details
    Browse the repository at this point in the history
  6. - removes test

    Williamrai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    45281c4 View commit details
    Browse the repository at this point in the history
  7. - code fix

    Williamrai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    57e8e58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    655d877 View commit details
    Browse the repository at this point in the history
  9. - code fix

    Williamrai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d1d9d94 View commit details
    Browse the repository at this point in the history