Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacornelius committed Aug 9, 2023
1 parent 4be3d48 commit 7dca554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/UndoRedo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('Undo/redo', { scrollBehavior: false }, () => {
clickAndDropElement(nodeTypes.sendTweet, sendTweetPosition);

const testConnector = '<bpmn:serviceTask id="node_2" name="Test Connector" pm:config="{&#34;testMessage&#34;:&#34;&#34;}" implementation="test-message" />';
const sendTweet = '<bpmn:serviceTask id="node_5" name="Send Tweet" pm:config="{&#34;tweet&#34;:&#34;&#34;}" implementation="processmaker-social-twitter-send" />';
const sendTweet = '<bpmn:serviceTask id="node_6" name="Send Tweet" pm:config="{&#34;tweet&#34;:&#34;&#34;}" implementation="processmaker-social-twitter-send" />';

assertDownloadedXmlContainsExpected(testConnector, sendTweet);

Expand Down

0 comments on commit 7dca554

Please sign in to comment.