Panpan Lin

Results 3 comments of Panpan Lin

Ran into the same issue with `I.amOnPage('/loginwithredirect')` intermittently (maybe once in every 3 or 5 runs). Did not work for me even after I added `I.waitForNavigation()` after that. Tried on:...

@dj-neza I ran into the same issue. As a temporary solution. I am able to solve it by adding `"tryTo": "readonly"` inside the [`globals` key](https://eslint.org/docs/user-guide/configuring/language-options#specifying-globals) in my ESLint config.

We use `npm` but we also started seeing this error after migrating our project from Carbon v10 to Carbon v11. Node version is unchanged (always v20).