@@ -256,7 +256,7 @@ |
||
| 256 | 256 | public function waitAjaxAndAnimations() |
| 257 | 257 | { |
| 258 | 258 | $this->getSession() |
| 259 | - ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active"); |
|
| 259 | + ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active"); |
|
| 260 | 260 | } |
| 261 | 261 | |
| 262 | 262 | /** |
@@ -53,8 +53,8 @@ |
||
| 53 | 53 | $indent = implode(' ', array_fill_keys(range(0, $indent), '')) . "<$type>"; |
| 54 | 54 | |
| 55 | 55 | self::$consoleOutput->writeln(vsprintf( |
| 56 | - $indent . implode("\n</$type>$indent", $strings) . "</$type>", |
|
| 57 | - array_slice(func_get_args(), 3) |
|
| 56 | + $indent . implode("\n</$type>$indent", $strings) . "</$type>", |
|
| 57 | + array_slice(func_get_args(), 3) |
|
| 58 | 58 | )); |
| 59 | 59 | } |
| 60 | 60 | |