Javi Martín
Javi Martín
Oh, I see. I'm afraid that wouldn't work :thinking:. As mentioned on the issue: > tenants created in our tests use the default settings The default settings are defined in...
> we can ensure that after triggering any asynchronous action we immediately assert for content unique to the completed state (e.g., "Proposal created successfully."). Capybara’s built‑in waiting will then guarantee...
Closing this pull request for now since, as mentioned in the comments, we usually use a different approach to wait for AJAX requests, and the exact cause of the issue...
Hi, @kentbull :smile:. Thanks for the report! Note that we don't support Ubuntu 25. However, we'll leave this issue open as it might affect Ubuntu 26.04 as well once it's...
Looks like the policykit-1 package has been replaced by polkitd and pkexec. Pull request #262, which adds support for Debian Trixie, will address this issue.
@dependabot rebase
Hi, @isotiropoulos :smile:. Have you run `npm install`? It's possible that some of the assets installed by this command are missing :thinking:.
I've just run into this issue locally, and solved it running `npm install`. @isotiropoulos Feel free to reopen the issue if this doesn't solve it :wink:.
@jpprost Do you have a `public/assets/` folder with compiled assets? If you do, what happens if you delete it and restart the server? If you don't, does the task `rails...
Not sure what's going on :thinking:. Since the error mentions `foundation_and_overrides.scss 10:9` and line 10 in that file says `@import "motion-ui/motion-ui";`, could you confirm that the file `node_modules/motion-ui/motion-ui.scss` exists? Another...