Skip to content

Commit 129f115

Browse files
committed
chore(tests): Fix lint
1 parent 1bff92b commit 129f115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ suite('Move tests', function () {
173173

174174
// Check constrained moves have no effect.
175175
await keyDown(this.browser, 5);
176-
let coordinate = await getCoordinate(this.browser, BLOCK);
176+
const coordinate = await getCoordinate(this.browser, BLOCK);
177177
chai.assert.deepEqual(
178178
coordinate,
179179
startCoordinate,

0 commit comments

Comments
 (0)