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 0ba3eec commit cc1e28bCopy full SHA for cc1e28b
test/webdriverio/test/move_test.ts
@@ -377,6 +377,7 @@ suite(`Value expression move tests`, function () {
377
* to its input, after pressing ArrowRight n times.
378
*/
379
const EXPECTED_ROW_RIGHT = EXPECTED_SIMPLE_RIGHT.slice();
380
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
381
EXPECTED_ROW_RIGHT[0] = EXPECTED_ROW_RIGHT.pop()!;
382
/**
383
* Expected connection candidates when moving row consisting of
0 commit comments