File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments