Skip to content

Commit f7e7479

Browse files
committed
chore: Try reducing failing test.
1 parent df7324a commit f7e7479

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
@@ -110,7 +110,7 @@ suite.only('Move start tests', function () {
110110
//
111111
// Also tests initiating a move via the context menu.
112112
test('Start moving value blocks', async function () {
113-
for (let i = 1; i < 7; i++) {
113+
for (let i = 1; i < 2; i++) {
114114
// Navigate to statement_<i>.
115115
await focusOnBlock(this.browser, `value_${i}`);
116116

0 commit comments

Comments
 (0)