MDL-47588 question behat tests: don't close the preview window.

If you do. Chrome + Selenium2 gets stuck (on Windows at least). Selenium
must be trying to send commands ot a window that does not exist any
more.
This commit is contained in:
Tim Hunt
2014-10-24 17:55:03 +01:00
parent 474f626ed9
commit f2a6427854
2 changed files with 0 additions and 2 deletions
@@ -40,5 +40,4 @@ Feature: A teacher can edit questions in the question bank
And I switch to "questionpreview" window
And I should see "Edited question name"
And I should see "Write a lot about what you want"
And I press "Close preview"
And I switch to the main window
@@ -42,5 +42,4 @@ Feature: A teacher can preview questions in the question bank
And I press "Start again"
And I press "Fill in correct responses"
And the "Answer:" field should match "2" value
And I press "Close preview"
And I switch to the main window