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
Result: 4) [chromium] › e2e\HorizontalRule.spec.mjs:30:3 › HorizontalRule › Can create a horizontal rule and move selection around it
Test timeout of 150000ms exceeded. Error: page.waitForSelector: Test timeout of 150000ms exceeded. Call log: - waiting for locator('.toolbar-item[aria-label="Insert specialized editor node"]') to be visible at utils\index.mjs:539 537 | export async function click(page, selector, options) { 538 | const frame = getPageOrFrame(page); > 539 | await frame.waitForSelector(selector, options); | ^ 540 | await frame.click(selector, options); 541 | } 542 |
Steps to reproduce the issue: cd demos/playground 1 pnpm run dev in another console : 1 pnpm test-e2e-chromium
The text was updated successfully, but these errors were encountered:
Playwright Test Report.zip
Sorry, something went wrong.
test report attached.
Hi @pan2za ,
I am not able to reproduce this issue. I followed the steps to reproduce exactly and get the following:
No branches or pull requests
Result:
4) [chromium] › e2e\HorizontalRule.spec.mjs:30:3 › HorizontalRule › Can create a horizontal rule and move selection around it
Steps to reproduce the issue:
cd demos/playground
1 pnpm run dev
in another console :
1 pnpm test-e2e-chromium
The text was updated successfully, but these errors were encountered: