We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b8476 commit 412fc10Copy full SHA for 412fc10
src/Frontend/src/components/messages2/SagaDiagram.spec.ts
@@ -43,7 +43,7 @@ describe("Feature: Message not involved in Saga", () => {
43
},
44
});
45
46
- componentDriver.assert.NoSagaDataAvailableMessageIsShownWithMessage(/no saga data/i);
+ componentDriver.assert.NoSagaDataAvailableMessageIsShownWithMessage(/This message is not part of any saga/i);
47
48
49
0 commit comments