it('should not run this', () => {
        const start = new Date().getTime()
        browser.pause()
        global.mochaExtra.it = new Date().getTime() - start
    })