UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

8 lines (6 loc) 222 B
import conf from '../conf/index' describe('getTitle', () => { it('should return the text of a single element', async function () { (await this.client.getTitle()).should.be.equal(conf.testPage.title) }) })