AssertionError when running e2e tests #11222
-
Commit SHA: eb6f5db test.properties (in e2e tests folder with comments removed)
What I was trying to do / What I need help with I'm trying to run e2e tests on the latest master branch but have been facing this error. (full stacktrace here)
These assertions errors point to the bolded line below
Going into the
I believe the assertion error is thrown from this function (i.e. "isOperationSuccess" is false). Additional Information What I have tried so far New Config: I've downloaded (as zip file) the latest master and setup the repo again according to the instructions in the docs. Browser: I've tried using both firefox and chrome. Not very sure how to approach this issue, any help or advice greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
E2E tests don't operate in Angular dev server. |
Beta Was this translation helpful? Give feedback.
-
Finally solved my issues! Putting this here in case anyone can benefit from it. Was confused because I was getting a 403 error while accessing Steps I took to fix and successfully run e2e tests:
|
Beta Was this translation helpful? Give feedback.
E2E tests don't operate in Angular dev server.