Skip to content

Commit

Permalink
Merge pull request #18 from lagoman88/bugfix/15_fix_testRefreshControl
Browse files Browse the repository at this point in the history
Fixed testRefreshControl()
  • Loading branch information
joemasilotti committed Dec 10, 2017
2 parents 1fb6e08 + c88294c commit 5f94331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UITests/UITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UITests: UITestCase {

let firstCell = app.staticTexts["Adrienne"]
let coordinate = firstCell.coordinate(withNormalizedOffset: CGVector(dx: 0, dy: 0))
let bottom = firstCell.coordinate(withNormalizedOffset: CGVector(dx: 0, dy: 6))
let bottom = firstCell.coordinate(withNormalizedOffset: CGVector(dx: 0, dy: 10))
coordinate.press(forDuration: 0, thenDragTo: bottom)

app.buttons["Dismiss"].tap()
Expand Down

0 comments on commit 5f94331

Please sign in to comment.