Skip to content

e2e-test: "create page and blocks, save to disk": notifications hiding .add-button-link-wrap #11195

@thief-sty

Description

@thief-sty

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

  1. Run yarn electron-watch
  2. In a separate shell, once the app is built, run yarn e2e-test

Expected Behavior

No response

Screenshots

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions