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

Debugger tests are failing in Visual Regression Documentation job #15008

Closed
krassowski opened this issue Aug 23, 2023 · 2 comments
Closed

Debugger tests are failing in Visual Regression Documentation job #15008

krassowski opened this issue Aug 23, 2023 · 2 comments

Comments

@krassowski
Copy link
Member

As seen in #15007, here

Notice:   1 failed
    [documentation] › test/documentation/debugger.test.ts:98:7 › Debugger › Stop on breakpoint ─────
  4 flaky
    [documentation] › test/documentation/debugger.test.ts:53:7 › Debugger › Set breakpoint ─────────
    [documentation] › test/documentation/debugger.test.ts:218:7 › Debugger › Variables panel ───────
    [documentation] › test/documentation/debugger.test.ts:245:7 › Debugger › Call Stack panel ──────
    [documentation] › test/documentation/debugger.test.ts:276:7 › Debugger › Breakpoints panel ────

With a recurring problem around a line not being available in gutters map:

    TypeError: Cannot read properties of undefined (reading 'click')

       at src/helpers/notebook.ts:886

      884 |       return false;
      885 |     }
    > 886 |     await gutters[lineNumber].click();
          |                               ^
      887 |     return true;
      888 |   }
      889 |
@krassowski krassowski added maintenance status:Needs Triage Applied to new issues that need triage labels Aug 23, 2023
@krassowski
Copy link
Member Author

Related to but distinct from #14947

@krassowski
Copy link
Member Author

I have not see this one in a while, will close it.

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

No branches or pull requests

2 participants