We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4f41e commit 435964dCopy full SHA for 435964d
1 file changed
docs/mobile.md
@@ -14,10 +14,10 @@ Take a look. Here is the sample test for a native mobile application written in
14
```js
15
I.seeAppIsInstalled("io.super.app");
16
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'));
+I.fillField('~email of the customer', 'Nothing special');
+I.see('davert@codecept.io', '~email of the customer');
+I.clearField('~email of the customer');
+I.dontSee('Nothing special', '~email of the customer');
21
I.seeElement({
22
android: /'android.widget.Button',
23
ios: '//UIAApplication[1]/UIAWindow[1]/UIAButton[1]'
0 commit comments