Skip to content

Commit

Permalink
fix(web-utils): replace script-injection with eval (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzvielwix authored Feb 13, 2025
1 parent 50a5142 commit 9a5223c
Show file tree
Hide file tree
Showing 15 changed files with 284 additions and 807 deletions.
45 changes: 11 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/drivers/playwright/examples/example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("Example Test Suite", () => {

it("perform test with pilot", async () => {
await pilot.autopilot(
"Open https://www.wix.com/domains and search for the domain Shraga.com, is it available?",
"Open https://github.com/wix-incubator/pilot and tell me what was the last commit about and who have created it",
);
});
});
Loading

0 comments on commit 9a5223c

Please sign in to comment.