From da8681e843a9e4524e4b6cfd1fe4ef21f7474306 Mon Sep 17 00:00:00 2001 From: SparshithNR Date: Tue, 27 Jun 2017 12:57:37 -0700 Subject: [PATCH] #52 https://github.com/linkedin/spaniel/issues/52: addedm few extra time to get oberserver take effect. --- test/headless/specs/intersection-observer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/headless/specs/intersection-observer.js b/test/headless/specs/intersection-observer.js index 01c629c..58c9ffc 100644 --- a/test/headless/specs/intersection-observer.js +++ b/test/headless/specs/intersection-observer.js @@ -222,7 +222,7 @@ testModule('IntersectionObserver', class extends TestClass { .evaluate(function() { window.observer.observe(document.querySelector('.tracked-item[data-id="1"]')); }) - .wait(50) + .wait(100) .scrollTo(500) .wait(50) .scrollTo(0)