@@ -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" />
@@ -295,7 +295,7 @@ __Use case__: Create an entity named `DivPanelGreen`, which is similar to the `D
295
295
> Entities with "extends":
296
296
297
297
``` xml
298
- <entities >
298
+ <entities >
299
299
<entity name =" DivPanel" >
300
300
<data key =" divColor" >Red</data >
301
301
<data key =" divSize" >80px</data >
@@ -310,7 +310,7 @@ __Use case__: Create an entity named `DivPanelGreen`, which is similar to the `D
310
310
> Entities without "extends":
311
311
312
312
``` xml
313
- <entities >
313
+ <entities >
314
314
<entity name =" DivPanel" >
315
315
<data key =" divColor" >Red</data >
316
316
<data key =" divSize" >80px</data >
@@ -331,7 +331,7 @@ __Use case__: Create an entity named `DivPanelGreen`, which is similar to the `D
331
331
> Entities with "extends":
332
332
333
333
``` xml
334
- <entities >
334
+ <entities >
335
335
<entity name =" DivPanel" >
336
336
<data key =" divColor" >Red</data >
337
337
<data key =" divSize" >80px</data >
@@ -347,7 +347,7 @@ __Use case__: Create an entity named `DivPanelGreen`, which is similar to the `D
347
347
> Entities without "extends":
348
348
349
349
``` xml
350
- <entities >
350
+ <entities >
351
351
<entity name =" DivPanel" >
352
352
<data key =" divColor" >Red</data >
353
353
<data key =" divSize" >80px</data >
0 commit comments