You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out that our tests started to fail after a patch version upgrade (4.1.2 -> 4.1.3). The source of the issue is in this commit.
We have a custom logic for loading options, and these tests were depending on that settled call. What was the intention to remove it? Which linter rule is in charge here?
The text was updated successfully, but these errors were encountered:
I suspect, in your case, the action that binds on click contains the promise that is not resolved before the next step in the test.
Try to rewrite action with a task, like a:
I found out that our tests started to fail after a patch version upgrade (
4.1.2
->4.1.3
). The source of the issue is in this commit.We have a custom logic for loading options, and these tests were depending on that
settled
call. What was the intention to remove it? Which linter rule is in charge here?The text was updated successfully, but these errors were encountered: