Bahmutov's cypress-playwright
# i-need-help
e
I would really love to get this working, but currently after pulling it down and setting the import in my
e2e
Im using the test example and get a
Unexpected reserve word await
. Any ideas on how to fix this?
Copy code
await it('works', async () => {
    await cy.visit('/')
    const $el = await cy.get('selector')
    expect($el).to.be.visible
    // or use "should" assertions
    $el.should.be.visible
  })
@gray-kilobyte-89541 any insight here would be much appreciated, and thanks again for yet another great plugin!
Shit NM. Throwing async in my
describe
fixed that. Sorry for that @