@@ -827,6 +827,7 @@ module('Acceptance | Commands tests', function (hooks) {
827
827
msgtype: APP_BOXEL_MESSAGE_MSGTYPE ,
828
828
formatted_body: ' Switching to code submode' ,
829
829
format: ' org.matrix.custom.html' ,
830
+ isStreamingFinished: true ,
830
831
[APP_BOXEL_COMMAND_REQUESTS_KEY ]: [
831
832
{
832
833
name: toolName ,
@@ -837,10 +838,6 @@ module('Acceptance | Commands tests', function (hooks) {
837
838
},
838
839
},
839
840
],
840
- ' m.relates_to' : {
841
- rel_type: ' m.replace' ,
842
- event_id: ' __EVENT_ID__' ,
843
- },
844
841
});
845
842
846
843
assert .dom (' [data-test-submode-switcher=interact]' ).exists ();
@@ -980,6 +977,7 @@ module('Acceptance | Commands tests', function (hooks) {
980
977
msgtype: APP_BOXEL_MESSAGE_MSGTYPE ,
981
978
formatted_body: ' ' ,
982
979
format: ' org.matrix.custom.html' ,
980
+ isStreamingFinished: true ,
983
981
[APP_BOXEL_COMMAND_REQUESTS_KEY ]: [
984
982
{
985
983
id: ' abc123' ,
@@ -1048,6 +1046,7 @@ module('Acceptance | Commands tests', function (hooks) {
1048
1046
msgtype: APP_BOXEL_MESSAGE_MSGTYPE ,
1049
1047
formatted_body: ' ' ,
1050
1048
format: ' org.matrix.custom.html' ,
1049
+ isStreamingFinished: true ,
1051
1050
[APP_BOXEL_COMMAND_REQUESTS_KEY ]: [
1052
1051
{
1053
1052
id: ' 29e8addb-197b-4d6d-b0a9-547959bf7c96' ,
0 commit comments