When testing locally, if a React error overlay is present, Selenium attempts to interact with elements behind the overlay, causing exceptions and failing assertions due to unexpected screen content.
Example (In FlukaConverter.test.ts):
NoSuchElementError: no such element: Unable to locate element: {"method":"xpath","selector":"//button[contains(text(),'Generate from Editor')]"}
This can be solved by disabling the overlay for testing purposes.