@@ -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 | /** |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | * @param string $value |
| 39 | 39 | * Expected value in column. |
| 40 | 40 | * |
| 41 | - * @return int |
|
| 41 | + * @return string |
|
| 42 | 42 | */ |
| 43 | 43 | public function getIdByArguments($column, $value) |
| 44 | 44 | { |
@@ -12,6 +12,7 @@ |
||
| 12 | 12 | * Set context parameters from behat.yml. |
| 13 | 13 | * |
| 14 | 14 | * @param array $parameters |
| 15 | + * @return void |
|
| 15 | 16 | */ |
| 16 | 17 | public function setTqParameters(array $parameters); |
| 17 | 18 | } |