Skip to content

Commit 74e9f82

Browse files
committed
Fix feature tests
1 parent 417ae83 commit 74e9f82

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/features/workflow/diff.feature

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ Feature: Diffing different revisions of content
77
| title | body | moderation_state |
88
| Drupal 10 | First revision | draft |
99
When I visit "/drupal-10"
10-
And I visit the edit form
10+
And I follow "Edit"
11+
# CKEditor5 hides the textarea; switch to Source mode so body[0][value] is editable.
12+
And I click "button.ck-source-editing-button" element
1113
And I enter "Second revision" for "body[0][value]"
1214
And I press "Save"
13-
And I visit the edit form
15+
And I follow "Edit"
16+
# CKEditor5 hides the textarea; switch to Source mode so body[0][value] is editable.
17+
And I click "button.ck-source-editing-button" element
1418
And I enter "Third revision" for "body[0][value]"
1519
And I press "Save"
1620
And I compare the 1st and 2nd revisions

0 commit comments

Comments
 (0)