File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/Behat/Context/Setup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments