Skip to content

Commit ee7c505

Browse files
committed
Cleanup
1 parent 60580e0 commit ee7c505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

features/shop/filtering_products.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Feature: Filtering products
1919
And 3 of these products have text attribute "color" with "Red" value
2020
And 5 of these products have text attribute "color" with "Green" value
2121
And 7 of these products have text attribute "color" with "Blue" value
22-
And populate elasticsearch
22+
And the data is populated to elasticsearch
2323

2424
@ui
2525
Scenario: Filtering products by name

tests/Behat/Context/Setup/ElasticsearchContext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public function __construct(Populate $populate)
3131
}
3232

3333
/**
34-
* @Given populate elasticsearch
34+
* @Given the data is populated to elasticsearch
3535
*/
36-
public function populateElasticsearch()
36+
public function populateElasticsearch(): void
3737
{
3838
$this->populate->populateIndex();
3939
}

0 commit comments

Comments
 (0)