Skip to content

Commit

Permalink
Resolve DiscoveryLaunchScreenshotTest issue.
Browse files Browse the repository at this point in the history
- LEARNER-5799
- Move the png's to there respective directory.
- Add androidTestCompile "com.crittercism.dexmaker:dexmaker-dx:1.4" to properly support Mockito.

Ref Doc:
linkedin/dexmaker#22
  • Loading branch information
farhan-arshad-dev committed Oct 16, 2018
1 parent fdb91a2 commit b1a4825
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions OpenEdXMobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ dependencies {
androidTestImplementation ("org.mockito:mockito-core:1.10.19"){
exclude group: 'org.hamcrest'
}
androidTestImplementation "com.crittercism.dexmaker:dexmaker-dx:1.4"

}

configurations {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.edx.mobile.test;
package org.edx.mobile.test.screenshot.test;

import org.edx.mobile.view.DiscoveryLaunchActivity;
import org.edx.mobile.view.DiscoveryLaunchPresenter;
Expand Down

0 comments on commit b1a4825

Please sign in to comment.