I am trying to open whatsapp web using cypress as shown below
Given(\'I open site\', () => { const url = \'https://web.whatsapp.com/\'; cy.visit(url); });