Skip to content

Commit

Permalink
fix sync int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed May 22, 2020
1 parent 912d28f commit c0b1435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XCUITests/IntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class IntegrationTests: BaseTestCase {
}

private func signInFxAccounts() {
navigator.goto(FxASigninScreen)
navigator.goto(Intro_FxASignin)
navigator.performAction(Action.OpenEmailToSignIn)
sleep(5)
waitForExistence(app.navigationBars["Client.FxAWebView"], timeout: 20)
userState.fxaUsername = ProcessInfo.processInfo.environment["FXA_EMAIL"]!
Expand Down

0 comments on commit c0b1435

Please sign in to comment.