Created
March 5, 2017 15:10
-
-
Save dictav/1a2942119a9ca86dba33c8a49df586bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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