Skip to content

Commit

Permalink
Fix iOS multitouch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Apr 7, 2014
1 parent 3802eaf commit 4878c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/ios/testapp/touch-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('testapp - touch actions @skip-ios-all -', function () {
driver
.sleep(500)
.elementByXPath('//window[1]/UIAMapView[1]')
.performTouch(multiAction)
.performMultiTouch(multiAction)
.sleep(15000)
.nodeify(done);
});
Expand All @@ -98,7 +98,7 @@ describe('testapp - touch actions @skip-ios-all -', function () {
driver
.sleep(500)
.elementByXPath('//window[1]/UIAMapView[1]')
.performTouch(multiAction)
.performMultiTouch(multiAction)
.sleep(15000)
.nodeify(done);
});
Expand Down

0 comments on commit 4878c44

Please sign in to comment.