Pass debug pane tests

This commit is contained in:
49lf
2024-11-25 12:51:49 -05:00
parent cb56fc7555
commit 08a4016fda
3 changed files with 15 additions and 20 deletions

View File

@ -156,8 +156,8 @@ async function openKclCodePanel(page: Page) {
await page.evaluate(() => {
// editorManager is available on the window object.
editorManager._editorView.dispatch({
selection: {
anchor: editorManager._editorView.docView.length
selection: {
anchor: editorManager._editorView.docView.length,
},
scrollIntoView: true,
})