@@ -26,7 +26,7 @@ __Use case__: Create two similar tests with different `url` (`"{{AdminCategoryPa
26
26
> Test with "extends":
27
27
28
28
``` xml
29
- <tests >
29
+ <tests >
30
30
<test name =" AdminCategoryTest" >
31
31
<annotations >
32
32
...
@@ -47,7 +47,7 @@ __Use case__: Create two similar tests with different `url` (`"{{AdminCategoryPa
47
47
> Test without "extends":
48
48
49
49
``` xml
50
- <tests >
50
+ <tests >
51
51
<test name =" AdminCategoryTest" >
52
52
<annotations >
53
53
...
@@ -77,7 +77,7 @@ __Use case__: Create two similar tests where the second test contains two additi
77
77
> Tests with "extends":
78
78
79
79
``` xml
80
- <tests >
80
+ <tests >
81
81
<test name =" LogInAsAdminTest" >
82
82
<amOnPage url =" {{AdminLoginPage}}" stepKey =" navigateToAdmin" />
83
83
<fillField selector =" {{AdminLoginFormSection.username}}" userInput =" admin" stepKey =" fillUsername" />
@@ -95,7 +95,7 @@ __Use case__: Create two similar tests where the second test contains two additi
95
95
> Tests without "extends":
96
96
97
97
``` xml
98
- <tests >
98
+ <tests >
99
99
<test name =" LogInAsAdminTest" >
100
100
<amOnPage url =" {{AdminLoginPage}}" stepKey =" navigateToAdmin" />
101
101
<fillField selector =" {{AdminLoginFormSection.username}}" userInput =" admin" stepKey =" fillUsername" />
@@ -125,7 +125,7 @@ __Use case__: Create two similar tests where the second one contains two additio
125
125
> Tests with "extends":
126
126
127
127
``` xml
128
- <tests >
128
+ <tests >
129
129
<test name =" LogInAsAdminTest" >
130
130
<before >
131
131
<amOnPage url =" {{AdminLoginPage}}" stepKey =" navigateToAdmin" />
@@ -147,7 +147,7 @@ __Use case__: Create two similar tests where the second one contains two additio
147
147
> Tests without "extends":
148
148
149
149
``` xml
150
- <tests >
150
+ <tests >
151
151
<test name =" LogInAsAdminTest" >
152
152
<before >
153
153
<amOnPage url =" {{AdminLoginPage}}" stepKey =" navigateToAdmin" />
0 commit comments