You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1135 may not actually be an error - it is failing in an after-do block trying to clean up after a test. It tries to destroy a User that is not actually created due to an error inside the tests. It ties back into this error:
RSpec::Core::MultipleExceptionError: Error: "calc(100vh - 110px)" is not a number for `min'
on line 1:30625 of stdin, in function `min`
from line 1:30625 of stdin
>> x;flex:1;flex-direction:column;max-height:min(650px,calc(100vh - 110px));ove
This "calc" error seems to be triggered with images - it is caused by the logo and by the image_tag calls in a partial.
Descriptive summary
Expected behavior
Actual behavior
Steps to reproduce the behavior
Related work
Link to related issues or prior related work here.
The text was updated successfully, but these errors were encountered: