Skip to content

Commit

Permalink
re-enable all disabled login tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jostnes committed Oct 11, 2022
1 parent 5c7659f commit 3a12798
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public void setUp() {
logoutIfNecessary();
}

@Ignore("Ignored temporarily. This sometimes fail on CI while running with whole test suite.")
@Test
public void e2eLoginWithEmailPassword() {
new LoginFlow().chooseContinueWithWpCom()
Expand All @@ -33,7 +32,6 @@ public void e2eLoginWithEmailPassword() {
.confirmLogin(false);
}

@Ignore("Ignored temporarily. This sometimes fail on CI while running with whole test suite.")
@Test
public void e2eLoginWithPasswordlessAccount() {
new LoginFlow().chooseContinueWithWpCom()
Expand All @@ -51,7 +49,6 @@ public void e2eLoginWithSiteAddress() {
.confirmLogin(false);
}

@Ignore("Ignored temporarily. This sometimes fail on CI while running with whole test suite.")
@Test
public void e2eLoginWithMagicLink() {
new LoginFlow().chooseContinueWithWpCom()
Expand Down

0 comments on commit 3a12798

Please sign in to comment.