-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Search first
- I searched and no similar issues were found
What Happened?
The e2e tests fail at "create page and blocks, save to disk" (basic.spec.ts
) on timeout exceeded.
page.click: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('.add-button-link-wrap')
locator resolved to <div class="flex-1 flex-col rounded-sm add-button-lin…>…</div>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<div class="p-4">…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<div class="p-4">…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
and so on (the logs loop for a while and end on the 60th attempt)
Reproduce the Bug
- Run
yarn electron-watch
- In a separate shell, once the app is built, run
yarn e2e-test
Expected Behavior
No response
Screenshots
After the test fails, the $HOME/.config/Electron/search
folder is empty.
Desktop or Mobile Platform Information
Electron app on Arch Linux
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)
Metadata
Metadata
Assignees
Labels
No labels