From 49d82f905ec6d2fe394bc952dc86cdd0687be58c Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Wed, 11 Jun 2014 16:47:02 +0800 Subject: [PATCH] MDL-44871 behat: Hack to make equation editor visible --- lib/editor/atto/plugins/equation/tests/behat/equation.feature | 3 +++ 1 file changed, 3 insertions(+) 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"