-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(resource): add if condition (DSP-1655) #448
Conversation
@mdelez What do you think about this quick solution? |
In what scenario do you find yourself in a situation where a |
only in the test... yes maybe we should fix it in the test. But I have no clue about this setup. The test failed because "newValue" is undefined: |
@mdelez Maybe I'll need your help here. Any suggestion? |
I can take a look at it later today |
Maybe @flavens has also an idea!? |
Yes, this is the strange thing. I do not have an error, but sometimes I have the same error as on Github CI. But sometimes I also had your error message, but test were successful. This is what happened right now on main branch... |
On Github CI the tests failed on the mentioned error |
This is definitely a solution but I feel like we should figure out why this is actually happening at some point. My guess is that it's a timing issue. There is probably an async BeforeEach somewhere that is not ready in time sometimes. For now, I'll approve it. |
Yes absolutely, I agree. |
resolves DSP-1655