Skip to content

Commit

Permalink
Merge branch '6.0' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 6, 2023
2 parents dbc0731 + 9a02f8a commit 1687a49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/behat/features/workflow-history.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ Feature: Workflow Actions history
And I should not see "Apply for approval"
And I should not see "Save"
When I click the "Workflow Actions" CMS tab
Then the workflow diff for the "Title" field should be "About <ins>Us!</ins><del>Us</del>"
And the workflow diff for the "Content" field should be "<p><ins>my new</ins><del>My</del> content</p>"

Then the workflow diff for the "Title" field should be "About <del>Us</del> <ins>Us!</ins>"
And the workflow diff for the "Content" field should be "<p><del>My</del> <ins>my new</ins> content</p>"

0 comments on commit 1687a49

Please sign in to comment.