-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * Fix #4186 Uncheck all selection on developer options not working * Fix #4186 Add changes to code as suggested on code review. * Fix #4186 Undo changes on line wrap as advised by code reviewer. * Add tests for #4186. * Add tests for #4186, Undo changes on build.gradle. * Update and makes changes as advised by code reviewer. * Update test names to deselect from unselect. * Fix broken tests after update. * Move the 'scrollToPosition' call inside of 'verifyItemCheckedOnRecyclerViewItemAtPosition', to reduce boilerplate code. * Add changes to run tests directly by removing unnecessary verification on initial click #2658. * Updates tests and fix missed issues supposed to be updated. * Update tests to assert if Checkbox is actually Unchecked after unchecking. * Add testCoroutinesDispatchers.runCurrent() line to avoid MarkChaptersCompletedFragmentTest.kt deselectsAllChapters test from failing. * Fix lint failing test, after update. * Fix broken view models. Co-authored-by: Ben Henning <[email protected]>
- Loading branch information
1 parent
49babed
commit d1f5309
Showing
6 changed files
with
129 additions
and
221 deletions.
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
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
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
Oops, something went wrong.