Skip to content

Commit 44c86b6

Browse files
Upate tests
1 parent 70c2069 commit 44c86b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/commands/winapi-e2e-specs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe('winapi', function () {
207207
];
208208

209209
for (const errData of errDatas) {
210-
await driver.execute('windows: keys', errData).should.be.rejected;
210+
await driver.execute('windows: keys', {actions: [errData]}).should.be.rejected;
211211
}
212212
});
213213
});

0 commit comments

Comments
 (0)