Skip to content

Commit

Permalink
no typing
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Aug 15, 2016
1 parent 0970c43 commit cb6c6bd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions YepUITests/YepUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ final class YepUITests: XCTestCase {
guard textField2.exists else {
return
}
textField2.typeText("app")
app.buttons["Done"].tap()

app.buttons["Cancel"].tap()
}
Expand Down Expand Up @@ -184,16 +182,6 @@ final class YepUITests: XCTestCase {
textField.tap()
textField.typeText("test")
app.buttons["Done"].tap()

let test = app.tables.staticTexts["test"]
guard test.exists else {
return
}
test.tap()

app.navigationBars["test"].buttons["icon back"].tap()

app.buttons["Cancel"].tap()
}

func testSearchInFeeds() {
Expand Down

0 comments on commit cb6c6bd

Please sign in to comment.