Not able to reproduce test error locally (fullstack-acct-management-level-1) #14
-
Hello! My tests are passing locally, but I am unable to reproduce this error which happens in the pipeline but not when running tests:
I have gone through the tests step-by-step to understand why this may occur, but since it's not a problem using the same data locally, I'm not sure why SQLite has a problem in the pipeline. It might be causing my last test to not pass, but I'm not sure. Cypress doesn't pass the last test for a transaction it is looking for, but I can see that the transaction was created and should have been checked. So I just don't know why these checks are happening locally but not in the pipeline. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @DariBerrie. 👋 As you can see in the video below, the frontend never gets rendered so that's why the tests fail. I reproduced it locally and got the same behavior. test.spec.js.mp4 |
Beta Was this translation helpful? Give feedback.
Hi @DariBerrie. 👋 As you can see in the video below, the frontend never gets rendered so that's why the tests fail. I reproduced it locally and got the same behavior.
test.spec.js.mp4