-
Notifications
You must be signed in to change notification settings - Fork 527
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
Fix #1873: Fix OnboardingFragmentTest test cases on Robolectric #2482
Merged
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
df75643
fixed one test
prayutsu af2fb52
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu a87d960
fix 4 remaining tests
prayutsu a23aea0
try fixing tests bu introducing scrollview
prayutsu b498b4d
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 4d46313
tried adding scrollview
prayutsu be8405b
fix AndroidManifest.xml
prayutsu 564d1bd
fix nit
prayutsu 1e34fa2
fix basic set of tests
prayutsu 7e2fbb6
fixed 3 failing tests
prayutsu eabd915
removed extra changes
prayutsu 11a9b61
removed extra changes
prayutsu 543d34c
try fixing tests with testCoroutineDispatchers
prayutsu da4f678
try advancedUntilIdle()
prayutsu 6b7b059
tried migrating to viewpager2
prayutsu e028aa9
tried implementing new methods
prayutsu 12540d3
Replace ViewPager with ViewPager2
prayutsu db59608
Add ignore annotations
prayutsu 708a488
fix lint
prayutsu 75eac88
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 250530b
add dependencies to BUILD.bazel
prayutsu 8929252
remove unnecessary ignore annotations
prayutsu 176dec4
fix tests by using swipeLeft and swiperight
prayutsu 8cc353f
fix lint
prayutsu 6555129
fix lint
prayutsu 811e772
fix lint
prayutsu 5d92e0c
fix lint error
prayutsu f8ce120
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 06a7a71
remove redundant lines
prayutsu 4a39e40
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu bf0b6b7
Fix Viewpager2 regressions
prayutsu 3f5fff8
Fix lint errors.
prayutsu 9a3d39c
Remove comments
prayutsu 940137c
Fix all test cases on Robolectric
prayutsu 2151c45
Try fixing flakiness in espresso
prayutsu 709c7c8
Revert "Try fixing flakiness in espresso"
prayutsu 6976d7d
Replace isDisplayed() with isCompletelyDisplayed()
prayutsu 54a4659
Fix suggested changes
prayutsu 9840c22
Try fixing test cases by using isADescendantOf()
prayutsu 950401c
Revert changes
prayutsu 2db7622
Try stabilizing ttion est cases by changing configuration
prayutsu 5a8a8cd
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 3b8e1fb
Revert last commit to remove unwanted configuration changes
prayutsu 7f02b77
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 8903b00
Fix ktlint error
prayutsu 4c33d03
Resolve merge conflicts
prayutsu f9cd0e5
Try adding custom ViewMatcher
prayutsu 5413965
Add custom ViewMatcher
prayutsu 4f2fff8
Add custom ViewAction for scrolling ViewPager pages
prayutsu c1786e5
Disable smooth scrolling to fix test cases
prayutsu dd21e64
Remove holder.setIsRecycleable(false) and optimise perform()
prayutsu 83f14db
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu b7a671f
Remove unnecessary id of constraintLayout in onboarding_slide.xml
prayutsu ca84aea
Replace advancedUntilIdle bu runCurrent wherever applicable
prayutsu 3555545
Remove unnecessary delay
prayutsu 98a4db2
Add argument comment for smoothScroll
prayutsu 26fb177
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 3023508
Add a space after argument comment
prayutsu 33a48da
Fix suggested changes.
prayutsu 1ee0cf5
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done