Skip to content

Commit

Permalink
Fixes flaky e2e test in container
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn committed Feb 19, 2025
1 parent a5abd71 commit 777b5fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ describe('Compound Container Tests', () => {
cy.get(containerSelector).shadow().contains('Publish event').click();

cy.should(() => {
expect(stub.getCall(0)).to.be.calledWith('custom-message: sendInput');
expect(consoleInfo).to.equal('dataConverter(): Received Custom Message from "input1" MF My own event data');
});
});
Expand Down

0 comments on commit 777b5fb

Please sign in to comment.