From ced37870e6adb1186042e8da1b92de891eec0dad Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Tue, 22 Mar 2022 17:05:22 +0100 Subject: [PATCH] MDL-74184 behat: Unrelated, remove the @skip_interim tag This commit is UNRELATED to the MDL-74184, but we need the @skip_interim tag removed to a couple of scenarios that were causing lots of noise and failures @ci infrastructure. MDL-74265 was created to deal with this issue but these jobs are now passing, and nothing has been changed... So we are using MDL-74184 (this extra commit) to remove that tag (sorry for the noise). --- mod/lti/tests/behat/addtype.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/lti/tests/behat/addtype.feature b/mod/lti/tests/behat/addtype.feature index 8a1f0bb9615..27e0752adac 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 @skip_interim + @javascript 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 @skip_interim + @javascript @_switch_window Scenario: Add a preconfigured tool from a cartridge Given the following "activity" exists: | course | C1 |