mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Merge branch '4.11' into 4
This commit is contained in:
commit
6c9692a4b6
@ -133,10 +133,6 @@ trait DebugTools
|
|||||||
{
|
{
|
||||||
// Validate driver
|
// Validate driver
|
||||||
$driver = $this->getSession()->getDriver();
|
$driver = $this->getSession()->getDriver();
|
||||||
if (!($driver instanceof FacebookWebDriver)) {
|
|
||||||
$this->logMessage('ScreenShots are only supported for FacebookWebDriver: skipping');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
$feature = $event->getFeature();
|
$feature = $event->getFeature();
|
||||||
$step = $event->getStep();
|
$step = $event->getStep();
|
||||||
$path = $this->prepareScreenshotPath();
|
$path = $this->prepareScreenshotPath();
|
||||||
|
Loading…
Reference in New Issue
Block a user