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

Fixing #5755 with UI automator tests #5890

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2024

  1. Fix kotlin and gradle issues

    Adith101 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b851712 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. new preference category

    Adith101 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4fc2bbd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    464d59b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54be35b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dce3b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f25fda View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Add UI Automator test for verifying 'Commons' app language option in …

    …system settings
    
    This commit introduces a UI Automator test in the 'AppLanguagesSystemTest.java' file under the 'fr.free.nrw.commons.ui' package. The test verifies the following:
    - Navigates through Android system settings.
    - Scrolls to and selects 'Languages & input'.
    - Opens 'App languages' and checks if the 'Commons' app appears in the list.
    The test uses UiScrollable and UiSelector to find and interact with system UI elements.
    Mincheng committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2d52cd4 View commit details
    Browse the repository at this point in the history