Skip to content

Commit

Permalink
Remove welcome alert
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Feb 10, 2017
1 parent e36172b commit d0e4dd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions HomeAssistantUITests/HomeAssistantUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ class HomeAssistantUITests: XCTestCase {

let app = XCUIApplication()
snapshot("00Launch")
let welcomeAlert = app.alerts["Welcome"]
let myawesomeemailGmailComTextField = welcomeAlert.collectionViews.textFields["myawesomeemail@gmail.com"]
myawesomeemailGmailComTextField.tap()
myawesomeemailGmailComTextField.typeText("me@robbiet.us")
welcomeAlert.buttons["OK"].tap()

let tablesQuery2 = app.tables
let tablesQuery = tablesQuery2
Expand Down

0 comments on commit d0e4dd0

Please sign in to comment.