@@ -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 | /** |
@@ -5,8 +5,8 @@ |
||
| 5 | 5 | namespace Drupal\TqExtension\Utils\XPath; |
| 6 | 6 | |
| 7 | 7 | // Helpers. |
| 8 | -use Behat\Mink\Element\NodeElement; |
|
| 9 | 8 | use Behat\DebugExtension\Debugger; |
| 9 | +use Behat\Mink\Element\NodeElement; |
|
| 10 | 10 | |
| 11 | 11 | class InaccurateText |
| 12 | 12 | { |
@@ -41,10 +41,10 @@ |
||
| 41 | 41 | $credentials = []; |
| 42 | 42 | |
| 43 | 43 | foreach ([ |
| 44 | - 'u' => $username, |
|
| 45 | - 'p' => $password, |
|
| 46 | - 'h' => $host, |
|
| 47 | - 'P' => $port, |
|
| 44 | + 'u' => $username, |
|
| 45 | + 'p' => $password, |
|
| 46 | + 'h' => $host, |
|
| 47 | + 'P' => $port, |
|
| 48 | 48 | ] as $parameter => $value) { |
| 49 | 49 | if (!empty($value)) { |
| 50 | 50 | $credentials[] = "-$parameter$value"; |