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 22
33import org .junit .After ;
44import org .junit .Before ;
5- import org .junit .Ignore ;
65import org .junit .Test ;
76import org .wordpress .android .e2e .flows .LoginFlow ;
87import org .wordpress .android .support .BaseTest ;
@@ -24,7 +23,6 @@ public void setUp() {
2423 logoutIfNecessary ();
2524 }
2625
27- @ Ignore ("Ignored temporarily. This sometimes fail on CI while running with whole test suite." )
2826 @ Test
2927 public void e2eLoginWithEmailPassword () {
3028 new LoginFlow ().chooseContinueWithWpCom ()
@@ -33,7 +31,6 @@ public void e2eLoginWithEmailPassword() {
3331 .confirmLogin (false );
3432 }
3533
36- @ Ignore ("Ignored temporarily. This sometimes fail on CI while running with whole test suite." )
3734 @ Test
3835 public void e2eLoginWithPasswordlessAccount () {
3936 new LoginFlow ().chooseContinueWithWpCom ()
@@ -51,7 +48,6 @@ public void e2eLoginWithSiteAddress() {
5148 .confirmLogin (false );
5249 }
5350
54- @ Ignore ("Ignored temporarily. This sometimes fail on CI while running with whole test suite." )
5551 @ Test
5652 public void e2eLoginWithMagicLink () {
5753 new LoginFlow ().chooseContinueWithWpCom ()
You can’t perform that action at this time.
0 commit comments