Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26da644

Browse filesBrowse files
committed
Update ios-yiewd.js
add missing period
1 parent 724201c commit 26da644
Copy full SHA for 26da644

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎sample-code/examples/node/ios-yiewd.js‎

Copy file name to clipboardExpand all lines: sample-code/examples/node/ios-yiewd.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe("ios yiewd", function () {
6565
var computeEl = yield driver.elementByAccessibilityId('ComputeSumButton');
6666
yield computeEl.click();
6767
yield driver.sleep(1000);
68-
var answerEl = driver.elementByIosUIAutomation('elements().withName("Answer");');
68+
var answerEl = driver.elementByIosUIAutomation('.elements().withName("Answer");');
6969
var answer = yield answerEl.text();
7070
answer.should.equal("" + sum);
7171
done();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.