Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #2587: testHomeActivity_allTopicsCompleted_displaysAllTopicCards(…
…) test not working (#5330) <!-- READ ME FIRST: Please fill in the explanation section below and check off every point from the Essential Checklist! --> ## Explanation <!-- - Explain what your PR does. If this PR fixes an existing bug, please include - "Fixes #bugnum:" in the explanation so that GitHub can auto-close the issue - when this PR is merged. --> Fix for #2587: split test method into 4 versions, [mobilePortrait, mobileLandscape, tabletPortrait, tabletLandscape] A. Mobile potrait test <img width="782" alt="mobile-port" src="https://github.com/oppia/oppia-android/assets/54560535/b98cbae0-d628-4d42-87d5-373561da703c"> B. Mobile Lanscape <img width="799" alt="mobile-landscape" src="https://github.com/oppia/oppia-android/assets/54560535/1dcd1e48-2f03-4017-bee3-c8c1668720de"> C. Tablet Portrait <img width="830" alt="tablet-port" src="https://github.com/oppia/oppia-android/assets/54560535/261d06d8-1bfb-4bde-8005-e5d08e07bd2c"> D. Tablet Landscape test. <img width="954" alt="tablet-land" src="https://github.com/oppia/oppia-android/assets/54560535/5491fad6-29a2-4187-a4f6-2e2e144774f5"> ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [X] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [X] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [X] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [X] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [X] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [X] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)).
- Loading branch information