Then('custom command wrapping two native promise commands', () => {
    global.____wdio.customWrapTwoPromises.start = new Date().getTime()
    browser.customWrapTwoPromises(1).should.be.equal(3)
    global.____wdio.customWrapTwoPromises.end = new Date().getTime()
})