Having issues running tests on my WSL2 system

I put a sleep in a test and started rspec with SELENIUM_HEADLESS=0.
I found that I can see the topics created, BUT I can’t access them.
That explains why I don’t see the bookmarks!

Immediately, it reminds me of an issue I encountered every time I made tests in TC or ran existing tests: if there is a fab topic without a defined category, I can’t access it in the tests.

So, If I do the following:

I see the bookmarks:

And the tests are working:
image

It’s unclear why it happens in my environment.
There are a lot of fab topics without categories specified in the core tests, and the tests work on GitHub. What is the difference?