Skip to content

Instantly share code, notes, and snippets.

@dictav
Created March 5, 2017 15:10
Show Gist options
  • Save dictav/1a2942119a9ca86dba33c8a49df586bc to your computer and use it in GitHub Desktop.
Save dictav/1a2942119a9ca86dba33c8a49df586bc to your computer and use it in GitHub Desktop.
'use strict'
const assert = require('assert')
describe('Sample', () => {
it('gets the title of dictav.net', () => {
const title = browser.url('https://dictav.net').getTitle()
assert.equal(title, 'DICTAV')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment