Cypress: unable to open whatsapp web

前端 未结 0 1057
一向
一向 2021-02-04 01:35

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);
});
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题