imitar

it('should consel.log signed in as valeriiqwerty', async () => {
            await browser.url ('https://github.com/')
    const strictMock = await browser.mock('**github.com/', {
         // mock all json responses
         headers: { 'Request Method:': 'GET' },
         // that were successful
         statusCode: 200
    })
Vivacious Vicuña