Skip to content

Commit a2cfc17

Browse files
committed
MOBILE-3320 behat: Fix negated step
1 parent 1b0c220 commit a2cfc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/behat/behat_app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ public function the_header_should_be_in_the_app(string $text) {
683683
* @Given /^the app should( not)? have opened a browser tab$/
684684
* @param bool $not
685685
*/
686-
public function the_app_should_have_opened_a_browser_tab(bool $not) {
686+
public function the_app_should_have_opened_a_browser_tab(bool $not = false) {
687687
$this->spin(function() use ($not) {
688688
$openedbrowsertab = count($this->getSession()->getWindowNames()) === 2;
689689

0 commit comments

Comments
 (0)