Given('I go on the website {string} the async way', function async (url) {
    let promise = browser.url(url)

    assert.equal(typeof promise.then, 'function')