We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56efac0 commit bb2f7adCopy full SHA for bb2f7ad
4 files changed
__tests__/plugin.spec.js
@@ -90,7 +90,7 @@ describe('Set Timeout', () => {
90
);
91
});
92
it('Should be able to set and get waitPlugin timeout', async () => {
93
- await driver.$('#AlertButton');
+ await driver.$('id=AlertButton');
94
expect(await driver.getWaitTimeout()).to.deep.include(FAKE_ARGS);
95
await driver.setWaitPluginTimeout({ timeout: 1111, intervalBetweenAttempts: 11 });
96
expect(await driver.getWaitTimeout()).to.deep.include({
0 commit comments