diff --git a/src/HttpCall/HttpCallListener.php b/src/HttpCall/HttpCallListener.php index 4ac5f23c..4e5f77ca 100644 --- a/src/HttpCall/HttpCallListener.php +++ b/src/HttpCall/HttpCallListener.php @@ -48,6 +48,10 @@ public function afterStep(AfterStepTested $event) return true; } + if (!$this->mink->getSession()->getDriver()->isStarted()) { + return; + } + // For now to avoid modification on MinkContext // We add fallback on Mink try {