We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2939197 commit dbf7496Copy full SHA for dbf7496
WordPress/src/androidTest/java/org/wordpress/android/ui/screenshots/WPScreenshotTest.java
@@ -9,7 +9,6 @@
9
import com.google.android.libraries.cloudtesting.screenshots.ScreenShotter;
10
11
import org.junit.ClassRule;
12
-import org.junit.Ignore;
13
import org.junit.Test;
14
import org.wordpress.android.BuildConfig;
15
import org.wordpress.android.R;
@@ -49,7 +48,7 @@ public class WPScreenshotTest extends BaseTest {
49
48
50
51
private DemoModeEnabler mDemoModeEnabler = new DemoModeEnabler();
52
-
+
53
@Test
54
public void wPScreenshotTest() {
55
if (!BuildConfig.IS_JETPACK_APP) {
0 commit comments