fix(build): make e2e tests faster#3822
Conversation
|
It works! The fix is quite hacky as it waits for the "Loading..." string to disappear from the DOM. |
|
Merging PR #3822 on behalf of @mhevery to branch presubmit-mhevery-pr-3822. |
|
@Mlaval nice work sir! |
|
Assigned to @Mlaval as a follow up. |
There was a problem hiding this comment.
TIL you can also pass in a function rather than a string
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
While trying to put more in SauceLabs, I found out the e2e tests take 20+ minutes in our builds, mainly because protractor waits a lot.
Trying something to improve that.