Skip to content

Commit

Permalink
disable check value in url bar
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Jan 7, 2020
1 parent 28bdeb5 commit cafad77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion XCUITests/TranslationSnackBarTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ class TranslationSnackBarTest: BaseTestCase {
navigator.performAction(Action.ReloadURL)
waitForExistence(app.buttons["TranslationPrompt.doTranslate"], timeout: 15)
navigator.performAction(Action.SelectTranslateThisPage)
waitForValueContains(app.textFields["url"], value: "translate.google")

// Disable check after iOS 13.3 update #5937
// Value on url text field is not updated
// waitForValueContains(app.textFields["url"], value: "translate.google")
}

// This test checks to see if Translation is enabled by default from the Settings menu and can be correctly disabled
Expand Down

0 comments on commit cafad77

Please sign in to comment.