We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bff92b commit 129f115Copy full SHA for 129f115
test/webdriverio/test/move_test.ts
@@ -173,7 +173,7 @@ suite('Move tests', function () {
173
174
// Check constrained moves have no effect.
175
await keyDown(this.browser, 5);
176
- let coordinate = await getCoordinate(this.browser, BLOCK);
+ const coordinate = await getCoordinate(this.browser, BLOCK);
177
chai.assert.deepEqual(
178
coordinate,
179
startCoordinate,
0 commit comments