Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT Fix behat test #494

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>"