diff --git a/mod/lti/tests/behat/addtype.feature b/mod/lti/tests/behat/addtype.feature index 27e0752adac..8a1f0bb9615 100644 --- a/mod/lti/tests/behat/addtype.feature +++ b/mod/lti/tests/behat/addtype.feature @@ -15,7 +15,7 @@ Feature: Add preconfigured tools via teacher interface | user | course | role | | teacher1 | C1 | editingteacher | - @javascript + @javascript @skip_interim Scenario: Add a tool from a cartridge Given the following "activity" exists: | course | C1 | @@ -31,7 +31,7 @@ Feature: Add preconfigured tools via teacher interface And the field "Icon URL" matches value "http://download.moodle.org/unittest/test.jpg" And the field "Secure icon URL" matches value "https://download.moodle.org/unittest/test.jpg" - @javascript @_switch_window + @javascript @_switch_window @skip_interim Scenario: Add a preconfigured tool from a cartridge Given the following "activity" exists: | course | C1 |