Remix - Testing
You wrote this test but it fails with error: "Unable to find an element with the text: Submit".
What is the likely cause and fix?
render(); const button = screen.getByText('Submit'); button.click();
What is the likely cause and fix?
