Skip to content

Commit

Permalink
Merge pull request #1389 from creative-commoners/pulls/2.0/behat-fix
Browse files Browse the repository at this point in the history
MNT Fix behat test
  • Loading branch information
GuySartorelli authored Aug 23, 2023
2 parents a5676ad + 17c5e76 commit 146998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/behat/features/insert-an-image.feature
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Feature: Insert an image into a page
Then I should see the "Form_fileInsertForm" form
When I fill in "Alternative text (alt)" with "My alt updated & saved"
When I fill in "Title text (tooltip)" with "My title text updated & saved"
And I press the "Insert" button
And I press the "Insert file" button
Then the "Content" HTML field should contain "file1.jpg"
And the "Content" HTML field should contain "My alt updated & saved"
And I press the "Save" button
Expand Down

0 comments on commit 146998e

Please sign in to comment.