Skip to content

Commit

Permalink
For #6622 - XCUITest fix custom engine from incorrect template
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed May 18, 2020
1 parent a34ba81 commit b4d119d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XCUITests/ThirdPartySearchTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class ThirdPartySearchTest: BaseTestCase {
let customengineurlTextView = tablesQuery.textViews["customEngineUrl"]
customengineurlTextView.staticTexts["URL (Replace Query with %s)"].tap()
customengineurlTextView.press(forDuration: 1.0)
waitForExistence(app.staticTexts["Paste"], timeout: 5)
app.staticTexts["Paste"].tap()
sleep(2)
app.navigationBars.buttons["customEngineSaveButton"].tap()
Expand Down

0 comments on commit b4d119d

Please sign in to comment.