Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Scenario: Edit a function
# Open Sprites flyout
And I click toolbox category selector "#modalFunctionEditor .blocklyToolboxCategory:contains('Sprites')"
# Drag new sprite block to top of function
And I drag block number 2 to offset "40, 100"
And I drag block number 2 to offset "40, 130"
And I see no difference for "add a new block to the function"
# Close function
And I press "closeModalFunctionEditor"
Expand Down
Loading