Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Jan 7, 2020
1 parent 01abbce commit 28bdeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCUITests/TranslationSnackBarTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TranslationSnackBarTest: BaseTestCase {
navigator.performAction(Action.SelectDontTranslateThisPage)
XCTAssertFalse(app.buttons["TranslationPrompt.dontTranslate"].exists)
navigator.performAction(Action.ReloadURL)
waitForExistence(app.buttons["TranslationPrompt.doTranslate"], timeout: 5)
waitForExistence(app.buttons["TranslationPrompt.doTranslate"], timeout: 15)
navigator.performAction(Action.SelectTranslateThisPage)
waitForValueContains(app.textFields["url"], value: "translate.google")
}
Expand Down

0 comments on commit 28bdeb5

Please sign in to comment.