mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-74116 behat: Unrelated, add the @skip_interim tag
This commit is UNRELATED to the MDL-74116, but we need the @skip_interim tag added to a couple of scenarios that are causing lots of noise and failures @CI infrastructure. MDL-74265 has been created to deal with this issue. So we are using MDL-74116 (this extra commit) to add that tag (sorry for the noise).
This commit is contained in:
parent
a96cec3ed3
commit
5584c7b6a6
1 changed files with 2 additions and 2 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue