And unfortunately it failed one of the CI checks, specifically: core backend > Core RSpec. And the particular test it failed on is: TopicsController#invite when logged in when user is a group manager should attach group to the invite.
I want to reproduce this test failure locally so I can tell whether or not Iāve fixed the problem before committing new code.
However, I canāt find any documentation on running tests locally.
Since your PR deals with frontend code only, I donāt think the test failure is related to it. Itās a backend failure, most likely a flakey test (i.e. a test that sometimes fails).