Skip to content

Commit

Permalink
fix step point (via #62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Eroshenko authored Sep 9, 2020
1 parent 9e0e25f commit a69800e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Yandex/Allure/Codeception/AllureCodeception.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,6 @@ public function stepBefore(StepEvent $stepEvent)

$stepName = $stepAction . ' ' . $stepArgs;

//Workaround for https://github.com/allure-framework/allure-core/issues/442
$stepName = str_replace('.', '', $stepName);

$this->emptyStep = false;
$this->getLifecycle()->fire(new StepStartedEvent($stepName));
}
Expand Down

0 comments on commit a69800e

Please sign in to comment.