Skip to content

Commit

Permalink
Fix search ui test (breaking master) (mozilla-mobile#769)
Browse files Browse the repository at this point in the history
* Fix SearchProvider test

* fix comment
  • Loading branch information
joeyg authored and boek committed Dec 3, 2017
1 parent dc8a39a commit 0c47821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions XCUITest/SearchProviderTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class SearchProviderTest: BaseTestCase {

// leave edit mode
app.navigationBars.buttons["edit"].tap()

// set google as default as another test trys to remove Wikipedia
app.tables.cells["Google"].tap()
}

func testRemoveDefaultSearchProvider() {
Expand Down

0 comments on commit 0c47821

Please sign in to comment.