client.url(`${URL}/dashboard`)
      .waitForElementPresent('body', 5000)
      .click('#profileID')
      .waitForElementPresent('#profileContainer', 7000)
      .assert.elementPresent('#profileContainer')