File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,13 +141,14 @@ Feature: Manage course tools
141141 And I set the field "Mock placement" to "<fieldvalue>"
142142 And I click on "Apply" "button" in the ".modal-content" "css_element"
143143 And I should see "Placement status saved"
144+ And I <activeplacementvisible> see "Mock placement" in the "Site tool 1" "table_row"
144145 And I choose the "Manage placements" item in the "Actions" action menu of the "Site tool 1" "table_row"
145146 And the field "Mock placement" matches value "<expectedapplyvalue>"
146147
147148 Examples :
148- | fieldvalue | expectedcancelvalue | expectedapplyvalue |
149- | 0 | 1 | 0 |
150- | 1 | 1 | 1 |
149+ | fieldvalue | expectedcancelvalue | expectedapplyvalue | activeplacementvisible |
150+ | 0 | 1 | 0 | should not |
151+ | 1 | 1 | 1 | should |
151152
152153 @javascript
153154 Scenario Outline : Verify default placement status in course
You can’t perform that action at this time.
0 commit comments