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).
This commit is contained in:
Sara Arjona
2022-03-22 17:23:38 +01:00
parent 008443efdd
commit ced37870e6
+2 -2
View File
@@ -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 |