Skip to content
New issue

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

e2e test results are timeout #97

Open
pan2za opened this issue Oct 1, 2024 · 3 comments
Open

e2e test results are timeout #97

pan2za opened this issue Oct 1, 2024 · 3 comments

Comments

@pan2za
Copy link

pan2za commented Oct 1, 2024

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

@pan2za
Copy link
Author

pan2za commented Oct 1, 2024

@pan2za
Copy link
Author

pan2za commented Oct 1, 2024

test report attached.

@umaranis
Copy link
Owner

umaranis commented Oct 6, 2024

Hi @pan2za ,

I am not able to reproduce this issue.
I followed the steps to reproduce exactly and get the following:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants