Skip to content

Commit

Permalink
Upate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Feb 1, 2025
1 parent 70c2069 commit 44c86b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/commands/winapi-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('winapi', function () {
];

for (const errData of errDatas) {
await driver.execute('windows: keys', errData).should.be.rejected;
await driver.execute('windows: keys', {actions: [errData]}).should.be.rejected;
}
});
});
Expand Down

0 comments on commit 44c86b6

Please sign in to comment.