ope: I need the delete confirmation

This commit is contained in:
Kevin
2025-06-26 07:55:42 -05:00
parent 142798ab3d
commit 4adb01f439
2 changed files with 17 additions and 24 deletions

View File

@ -599,6 +599,14 @@ export async function getUtils(page: Page, test_?: typeof test) {
})
},
locatorFile: (name: string) => {
return page.locator('[data-testid="file-pane-scroll-container"] [role=treeitem]').filter({ hasText: name })
},
locatorFolder: (name: string) => {
return page.locator('[data-testid="file-pane-scroll-container"] [role=treeitem]').filter({ hasText: name })
},
/**
* @deprecated Sorry I don't have time to fix this right now, but runs like
* the one linked below show me that setting the open panes in this manner is not reliable.