Completed
Push — master ( c2a51c...8cbf16 )
by Sergii
15:15 queued 03:31
created
src/Context/RawTqContext.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.