Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linkedin#52:  addedm few extra time to get oberserver take effect.
  • Loading branch information
SparshithNR committed Jun 27, 2017
1 parent ca399b2 commit da8681e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/headless/specs/intersection-observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit da8681e

Please sign in to comment.