Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3179f5b authored by Baptiste Billard's avatar Baptiste Billard
Browse files

Problem fixed, screenshot testing working

parent e3ad41ed
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,8 @@ dependencies {
    // Core library
    // Core library
    androidTestImplementation 'androidx.test:core:1.0.0'
    androidTestImplementation 'androidx.test:core:1.0.0'
    implementation "androidx.core:core-ktx:+"
    implementation "androidx.core:core-ktx:+"
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    //implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    androidTestImplementation "androidx.appcompat:appcompat:1.1.0"




}
}
+1 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,7 @@ public class ExampleScreenshotTest {
     * on the view.
     * on the view.
     */
     */
    LayoutInflater inflater = LayoutInflater.from(getApplicationContext());  //removed the first argument getInstrumentation(),
    LayoutInflater inflater = LayoutInflater.from(getApplicationContext());  //removed the first argument getInstrumentation(),
    getApplicationContext().setTheme(R.style.AppTheme);
    android.view.View view = inflater.inflate(R.layout.activity_notes_list_view, null, false);
    android.view.View view = inflater.inflate(R.layout.activity_notes_list_view, null, false);


    /*
    /*