diff --git a/lib/editor/atto/plugins/equation/tests/behat/equation.feature b/lib/editor/atto/plugins/equation/tests/behat/equation.feature index 44dbb3eb225..6964f38c370 100644 --- a/lib/editor/atto/plugins/equation/tests/behat/equation.feature +++ b/lib/editor/atto/plugins/equation/tests/behat/equation.feature @@ -7,6 +7,9 @@ Feature: Atto equation editor Given I log in as "admin" When I navigate to "Edit profile" node in "My profile settings" And I set the field "Description" to "
Equation test
" + # Set field on the bottom of page, so equation editor dialogue is visible. + And I expand all fieldsets + And I set the field "Picture description" to "Test" And I select the text in the "Description" Atto editor And I click on "Show more buttons" "button" And I click on "Equation editor" "button"