We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro:
test('has title', async ({ page }) => { await page.clock.setSystemTime(new Date('2023-08-08T08:08:88.714Z')); await page.goto("https://minhaj-313.github.io/Online-Clock/"); });
Throw a better error there / check for invalid date.
The text was updated successfully, but these errors were encountered:
fix(clock): throw for invalid date (#31356)
5fc5628
Fixes #31354
cherry-pick(#31356): fix(clock): throw for invalid date
599d074
Successfully merging a pull request may close this issue.
Repro:
Throw a better error there / check for invalid date.
The text was updated successfully, but these errors were encountered: