Max Koretskyi

Results 14 comments of Max Koretskyi

hey, I didn't feel I got emotional when writing this. if it appears so from the text, sorry, I can edit it, just let me know what exactly seems inappropriate

Ok, yeah, I think you understand the problem now. I tried to submit pull request with changes, but it failed on travis built. Do you want me to submit those...

This could work, retrying for 5 times within the interval of 1s ``` Cypress.Commands.add('custom', () => { let index = 0; const promise = new Promise((resolve) => { const interval...

@Lightning00Blade it's an internal project with complicated setup so unfortunately can't put it on github. But I can debug it maybe with your guidance. For example, here's what I found....

@Lightning00Blade , any guidance on what I should look next? Thanks

Thanks! I'd wait until the fix is released before I continue investigation. Do you know where I can read about the process how Chromium fixes endup in stable releases? By...

> It is intentional because you listen to requests without enabling interception. Thanks! Interesting, so what exactly is meant by "interception"? Calling `abort/continue/respond` on a request > Always assume that...

got it, thanks! regarding the original problem, I'd keep this issue open and I'll add stuff here as I'll be investigating the issue

It's actually very weird, it happens only for a specific user for the main app page, so my guess is somehow webserver handles the request differently, possibly related to user...