UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

8 lines (6 loc) 232 B
import labels from '../../../fixtures/labels' describe('activity', () => { it('should get current activity', async function () { (await this.client.getCurrentDeviceActivity()).should.be.equal(labels.ACTIVITY) }) })