From bce35f82c9dda5fe58313fb8ed90b042f6a7870e Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Mon, 25 Nov 2013 14:59:28 +1100 Subject: [PATCH] MDL-43006 behat: adding javascript tag because of behat bug behat without JS does not submit the empty textarea field causing notice in the form processing --- mod/glossary/tests/behat/print_friendly_version.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/glossary/tests/behat/print_friendly_version.feature b/mod/glossary/tests/behat/print_friendly_version.feature index 37282738edb..d10d2a8c4be 100644 --- a/mod/glossary/tests/behat/print_friendly_version.feature +++ b/mod/glossary/tests/behat/print_friendly_version.feature @@ -38,6 +38,7 @@ Feature: A teacher can choose whether to provide a printer-friendly glossary ent And I follow "Printer-friendly version" And I should see "Just a test concept" + @javascript Scenario: Printer-friendly glossary view disabled Given I add a "Glossary" to section "1" and I fill the form with: | Name | Test glossary name |