Commit 7571a374 authored by Dianne Tennent's avatar Dianne Tennent
Browse files

Bug 1960980: Behat test fix edit_page.feature

Add a few 'wait 1 second' lines to enable
Behat to see the text
Applies to 21.10, 21.04 and 20.10

Change-Id: I88cf542084185f65fe5a002d235549cb8cab09df
parent 5aab7f7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ Scenario: Clicking ID's (Bug 1428456)
 | Block title | Ulysses |
 | Block content | <p>Stately, plump Buck Mulligan came from the stairhead, bearing a bowl of lather on which a mirror and a razor lay crossed ...</p> |
 And I press "Save"
 And I wait "1" seconds
 Then I should see "Buck Mulligan"
 When I follow "Drag to add a new block" in the "blocktype sidebar" property
 And I press "Add"
@@ -33,6 +34,7 @@ Scenario: Clicking ID's (Bug 1428456)
 | Block title | The Sun Also Rises |
 | Block content | <p>Robert Cohn was once middleweight boxing champion of Princeton. Do not think that I am very much impressed by that as a boxing title, but it meant a lot to Cohn...</p> |
 And I press "Save"
 And I wait "1" seconds
 Then I should see "Robert Cohn"
 When I follow "Drag to add a new block" in the "blocktype sidebar" property
 And I press "Add"