Replace keys by setting value
This commit is contained in:
parent
d2ab76b23f
commit
73e05fc96b
|
@ -198,7 +198,7 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
|
|||
// Focus the input and type
|
||||
$queryInput = $this->byName ("query");
|
||||
$queryInput->click ();
|
||||
$this->keys($src);
|
||||
$queryInput->value ($src);
|
||||
$queryInput->submit ();
|
||||
|
||||
$this->spinAssert("Home Title", $title_test, [ "SEARCH RESULT FOR *" . $out . "*" ]);
|
||||
|
|
Loading…
Reference in a new issue