Then('custom wdio promise', () => {
    global.____wdio.customWdioPromise.start = new Date().getTime()
    browser.customWdioPromise(1).should.be.equal(2)
    global.____wdio.customWdioPromise.end = new Date().getTime()
})