You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// An object with page and test must be passed into every call
const aiArgs = { page, test }
const headerText = await ai('Get the header text', aiArgs)
await page.goto('https://google.com/')
await ai(Type "${headerText}" in the search box, aiArgs)
await ai('Press enter', aiArgs)
})`
Test Results
` 1) [chromium] › main.spec.ts:6:5 › test ──────────────────────────────────────────────────────────
When I run the tests I get the following error: TypeError: Cannot create property 'Symbol(step)' on string 'An unknown error occurred.'
I have followed the three setup steps. I don't know what's happening.
The text was updated successfully, but these errors were encountered: