After the integration of Live Reload in the app according to PR #3007 , Some test are failing .

it hasn't really been affected by livereload, other PRs are also randomly failing. @niranjan94 Can you help with this? I am not sure what's causing random TimeOuts on acceptance tests which requires login.
Sure
On Tue, 28 May 2019 at 1:46 PM, Abhinav Khare notifications@github.com
wrote:
Assigned #3022
https://github.com/fossasia/open-event-frontend/issues/3022 to
@kushthedude https://github.com/kushthedude.—
You are receiving this because you were assigned.Reply to this email directly, view it on GitHub
https://github.com/fossasia/open-event-frontend/issues/3022?email_source=notifications&email_token=AKQMTLUBSUIU6AY5DWFIZBLPXTS6XA5CNFSM4HP7G6P2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGORVI56HA#event-2370952988,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKQMTLRXC5XXXJOBW3O6LQLPXTS6XANCNFSM4HP7G6PQ
.
@CosmicCoder96 @niranjan94 I checked it out , Its very random, Two of my PR's were failing Travis due to acceptance test which required login , but as soon as I rebased them Travis Build Passed ,
Similarly in our Development Branch yesterday after you merged PR related to Live reload the build failed and after a new commit today Build is Passing
@CosmicCoder96 will take a look at this locally later tonight (IST)
What was the reason for this?
@mrsaicharan1 TBH , Still not known ,Failing was 'random' but the issue could be with Assert(login) as all the failing test cases were related to with Login
@niranjan94 I did gather some SS of random build failures in PR's


not ok 1124 Chrome 74.0 - [4647 ms] - Acceptance | login: logout at /logout
---
actual: >
/login
expected: >
/
stack: >
at Object._callee4$ (http://localhost:7357/assets/tests.js:774:24)
at tryCatch (http://localhost:7357/assets/vendor.js:10750:40)
at Generator.invoke [as _invoke] (http://localhost:7357/assets/vendor.js:10984:22)
at Generator.prototype.<computed> [as next] (http://localhost:7357/assets/vendor.js:10802:21)
at asyncGeneratorStep (http://localhost:7357/assets/tests.js:668:105)
at _next (http://localhost:7357/assets/tests.js:670:196)
negative: >
false
Most helpful comment
@CosmicCoder96 will take a look at this locally later tonight (IST)