echoing-tent-95037
05/22/2023, 6:21 PMe2e Im using the test example and get a Unexpected reserve word await. Any ideas on how to fix this?echoing-tent-95037
05/22/2023, 6:21 PMawait 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
  })echoing-tent-95037
05/22/2023, 6:22 PMechoing-tent-95037
05/22/2023, 6:25 PMdescribe fixed that. Sorry for that @