add ci action (#12)

* add ci action

* pre-commit hook

* format
This commit is contained in:
Chris Tate
2026-01-12 00:02:38 -06:00
committed by GitHub
parent 24881c7327
commit 5a7c7440c0
10 changed files with 590 additions and 46 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export class BrowserManager {
if (!refData) return null;
const page = this.getPage();
// Parse the selector and create locator
if (refData.name) {
return page.getByRole(refData.role as any, { name: refData.name });