Merge branch '4.11' into 4

This commit is contained in:
github-actions 2023-11-18 14:23:17 +00:00
commit 6c9692a4b6
1 changed files with 0 additions and 4 deletions

View File

@ -133,10 +133,6 @@ trait DebugTools
{
// Validate driver
$driver = $this->getSession()->getDriver();
if (!($driver instanceof FacebookWebDriver)) {
$this->logMessage('ScreenShots are only supported for FacebookWebDriver: skipping');
return;
}
$feature = $event->getFeature();
$step = $event->getStep();
$path = $this->prepareScreenshotPath();