Skip to content

Commit bb2f7ad

Browse files
throw 404 when element is not found (#67)
* throw 404 when element is not found * bump version
1 parent 56efac0 commit bb2f7ad

File tree

4 files changed

+2899
-1594
lines changed

4 files changed

+2899
-1594
lines changed

__tests__/plugin.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('Set Timeout', () => {
9090
);
9191
});
9292
it('Should be able to set and get waitPlugin timeout', async () => {
93-
await driver.$('#AlertButton');
93+
await driver.$('id=AlertButton');
9494
expect(await driver.getWaitTimeout()).to.deep.include(FAKE_ARGS);
9595
await driver.setWaitPluginTimeout({ timeout: 1111, intervalBetweenAttempts: 11 });
9696
expect(await driver.getWaitTimeout()).to.deep.include({

0 commit comments

Comments
 (0)