Skip to content

Commit cf3b5c4

Browse files
committed
chore: Disable immediate previous test.
1 parent a213520 commit cf3b5c4

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
@@ -45,7 +45,7 @@ suite.only('Move start tests', function () {
4545
// heal will occur.
4646
//
4747
// Also tests initating a move using the shortcut key.
48-
test('Start moving statement blocks', async function () {
48+
test.only('Start moving statement blocks', async function () {
4949
for (let i = 1; i < 7; i++) {
5050
// Navigate to statement_<i>.
5151
await focusOnBlock(this.browser, `statement_${i}`);

0 commit comments

Comments
 (0)