metropolitan-bronze
metropolitan-bronze•2y ago

Playwright expect in apify actor?

Is it possible to use playwright expect in an apify actor? Currently if I try to do something like: import { expect } from 'playwright'; I am told playwright does not provide an export called 'import'.
2 Replies
MEE6
MEE6•2y ago
@sclear. just advanced to level 1! Thanks for your contributions! 🎉
HonzaS
HonzaS•2y ago
its from another package
import expect from '@playwright/test'
import expect from '@playwright/test'

Did you find this page helpful?