Skip to content

Commit 435964d

Browse files
authored
Remove Excess close parenthesis (#3175)
1 parent 4d4f41e commit 435964d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/mobile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Take a look. Here is the sample test for a native mobile application written in
1414
```js
1515
I.seeAppIsInstalled("io.super.app");
1616
I.click('~startUserRegistrationCD');
17-
I.fillField('~email of the customer', 'Nothing special'));
18-
I.see('davert@codecept.io', '~email of the customer'));
19-
I.clearField('~email of the customer'));
20-
I.dontSee('Nothing special', '~email of the customer'));
17+
I.fillField('~email of the customer', 'Nothing special');
18+
I.see('davert@codecept.io', '~email of the customer');
19+
I.clearField('~email of the customer');
20+
I.dontSee('Nothing special', '~email of the customer');
2121
I.seeElement({
2222
android: /'android.widget.Button',
2323
ios: '//UIAApplication[1]/UIAWindow[1]/UIAButton[1]'

0 commit comments

Comments
 (0)