Use underscore for driver key
This commit is contained in:
@@ -14,7 +14,7 @@ class WebdriverClassicFactorySpec extends ObjectBehavior
|
|||||||
|
|
||||||
public function it_is_named_webdriver_classic(): void
|
public function it_is_named_webdriver_classic(): void
|
||||||
{
|
{
|
||||||
$this->getDriverName()->shouldReturn('webdriver-classic');
|
$this->getDriverName()->shouldReturn('webdriver_classic');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function it_supports_javascript(): void
|
public function it_supports_javascript(): void
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class WebdriverClassicFactory implements DriverFactory
|
|||||||
*/
|
*/
|
||||||
public function getDriverName(): string
|
public function getDriverName(): string
|
||||||
{
|
{
|
||||||
return 'webdriver-classic';
|
return 'webdriver_classic';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user