Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions test/loadTestBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ const moveStatementTestBlocks = {
'type': 'draw_emoji',
'id': 'simple_mover',
'fields': {
'emoji': '✨'
'emoji': '✨',
},
'next': {
'block': {
Expand All @@ -919,9 +919,7 @@ const moveStatementTestBlocks = {
{
'type': 'text_print',
'id': 'text_print',
"disabledReasons": [
"MANUALLY_DISABLED"
],
'disabledReasons': ['MANUALLY_DISABLED'],
'x': 75,
'y': 400,
'inputs': {
Expand Down
2 changes: 1 addition & 1 deletion test/webdriverio/test/move_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ suite('Statement move tests', function () {

test(
'Constrained move of complex stack block right',
moveTest(BLOCK_COMPLEX, Key.ArrowRight, EXPECTED_COMPLEX,{
moveTest(BLOCK_COMPLEX, Key.ArrowRight, EXPECTED_COMPLEX, {
parentId: null,
parentIndex: null,
nextId: null, // TODO(#702): Should be 'text_print',
Expand Down
Loading