Skip to content

Instantly share code, notes, and snippets.

@bastsoft
Created November 13, 2013 10:54
Show Gist options
  • Select an option

  • Save bastsoft/7447165 to your computer and use it in GitHub Desktop.

Select an option

Save bastsoft/7447165 to your computer and use it in GitHub Desktop.
проверка заголовка страницы
test.it('проверка заголовка страницы', function () {
driver.get("http://localhost:8091/MC/development/");
driver.getTitle().then(function (title) {
assert.equal("Multi Care", title, "Заголовок не Multi Care");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment