Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Oct 17, 2014
1 parent 49dcee0 commit 1706572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/ios/uicatalog/find-by-xpath-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('uicatalog - find by xpath @skip-ios6', function () {

describe('finding specific path', function () {
for (var n = 0; n < runs; n++) {
describe('test ' + (n + 1), test("//UIAApplication[1]/UIAWindow[1]/UIATableView/UIATableCell", 17));
describe('test ' + (n + 1), test("//UIAApplication[1]/UIAWindow/UIATableView/UIATableCell", 17));
}
});

Expand Down

0 comments on commit 1706572

Please sign in to comment.