@@ -99,7 +99,7 @@ |
||
99 | 99 | /** |
100 | 100 | * @param string $text |
101 | 101 | * |
102 | - * @return NodeElement|null |
|
102 | + * @return NodeElement |
|
103 | 103 | */ |
104 | 104 | public function findByText($text) |
105 | 105 | { |
@@ -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 | /** |