The community member is asking if it is possible to use the playwright expect in an Apify actor, as they are encountering an issue where playwright does not provide an export called import. In the comments, another community member suggests that the expect should be imported from the @playwright/test package instead.
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'.