You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the mathBlock test runs outputs section is shown before the code is executed, which leads in some cases to the output values in the UI section to appear as empty, while they are really not empty - in JSON view the actual results can be viewed. This can lead to confusion.
Recording.2026-01-29.173836.mp4
Requirements
The the outputs section should be calculated and shown after the code is executed, or be updated immediately after execution with correct results.
Definition of done
Outputs section always displays the results if/when they are available
Runs with the test data attached below demonstrate correct behaviour as per requirements above
Problem description
Currently, in the mathBlock test runs outputs section is shown before the code is executed, which leads in some cases to the output values in the UI section to appear as empty, while they are really not empty - in JSON view the actual results can be viewed. This can lead to confusion.
Recording.2026-01-29.173836.mp4
Requirements
The the outputs section should be calculated and shown after the code is executed, or be updated immediately after execution with correct results.
Definition of done
Outputs section always displays the results if/when they are available
Runs with the test data attached below demonstrate correct behaviour as per requirements above
Test data to reproduce.txt
Acceptance criteria