Fixed the support of the insulated tag at the feature level
This commit is contained in:
@@ -76,7 +76,7 @@ class SessionsListener implements EventSubscriberInterface
|
||||
}
|
||||
}
|
||||
|
||||
if ($scenario->hasTag('insulated')) {
|
||||
if ($scenario->hasTag('insulated') || $feature->hasTag('insulated')) {
|
||||
$this->mink->stopSessions();
|
||||
} else {
|
||||
$this->mink->resetSessions();
|
||||
|
||||
Reference in New Issue
Block a user