File tree Expand file tree Collapse file tree
WordPress/src/androidTest/java/org/wordpress/android/e2e Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import androidx .test .rule .GrantPermissionRule ;
66
77import org .junit .Before ;
8- import org .junit .Ignore ;
98import org .junit .Rule ;
109import org .junit .Test ;
1110import org .wordpress .android .e2e .pages .ReaderPage ;
@@ -28,7 +27,6 @@ public void setUp() {
2827 String mCoachingPostTitle = "Let's check out the coaching team!" ;
2928 String mCompetitionPostTitle = "Let's focus on the competition." ;
3029
31- @ Ignore ("Ignored temporarily. This sometimes fail on CI while running with whole test suite." )
3230 @ Test
3331 public void e2eNavigateThroughPosts () {
3432 new ReaderPage ()
@@ -42,7 +40,6 @@ public void e2eNavigateThroughPosts() {
4240 .goBackToReader ();
4341 }
4442
45- @ Ignore ("Ignored temporarily. This sometimes fail on CI while running with whole test suite." )
4643 @ Test
4744 public void e2eLikePost () {
4845 new ReaderPage ()
You can’t perform that action at this time.
0 commit comments