-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
Hi @Stojdza Could you explain a bit about the approach you're taking here? Does this make the specs run with the promise manager or just move us towards it? I tried running the login spec with the promise manager disabled and it failed:
Is this expected to fail when the promise manager is disabled?
Thanks! |
Hey @alisterscott, As you said, this is just moving us toward complete solution. For now, tests should run as usual - with the enabled promise manager. It is expected for tests to fail if you set Both, tests and methods behind the tests (components/pages/flows) should be asyncified. It would be much more understandable and easier for PR to split this into several smaller steps:
After this, we can disable promise manager and calmly await for promise manager deprecation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this - LGTM as is ✅
Specs affected with this PR: