it('custom command wrapping custom wdio promise', () => {
        global.____wdio.customWrapWdioPromise.start = new Date().getTime()
        browser.customWrapWdioPromise(1).should.be.equal(3)
        global.____wdio.customWrapWdioPromise.end = new Date().getTime()
    })