From 7b305a4b6cce115c7701a559d4be4f85f46c63a3 Mon Sep 17 00:00:00 2001 From: Artem Eroshenko Date: Wed, 9 Sep 2020 13:50:20 +0300 Subject: [PATCH] fix step point --- src/Yandex/Allure/Codeception/AllureCodeception.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Yandex/Allure/Codeception/AllureCodeception.php b/src/Yandex/Allure/Codeception/AllureCodeception.php index 6823111..012f7da 100644 --- a/src/Yandex/Allure/Codeception/AllureCodeception.php +++ b/src/Yandex/Allure/Codeception/AllureCodeception.php @@ -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)); }