Remix - Testing
You wrote this Playwright test:
But the test fails with timeout error. What is the most likely cause?
await page.goto('https://example.com');
await page.click('button.submit');
await expect(page.locator('div.result')).toHaveText('Success!');But the test fails with timeout error. What is the most likely cause?
