Skip to content

Commit deb8c13

Browse files
authored
Update README.md
1 parent c50149b commit deb8c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You can use the specified properties using the following sintax.
176176

177177
```Gherkin
178178
@user1
179-
Scenario: As a kjkhdkjds
179+
Scenario: As a user
180180
Given I wait
181181
Then I see the text "<PASSWORD>"
182182
```
@@ -203,7 +203,7 @@ Kraken keeps a record of every Fake string generated, thats why each string will
203203

204204
```Gherkin
205205
@user1
206-
Scenario: As a kjkhdkjds
206+
Scenario: As a user
207207
Given I wait
208208
Then I enter text "$name_1" into field with id "view"
209209
```
@@ -214,7 +214,7 @@ As mentioned before, Kraken keeps record of every string generated with an id gi
214214

215215
```Gherkin
216216
@user1
217-
Scenario: As a kjkhdkjds
217+
Scenario: As a user
218218
Given I wait
219219
Then I enter text "$name_1" into field with id "view"
220220
Then I press "add_button"

0 commit comments

Comments
 (0)