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