Skip to content
Snippets Groups Projects
Commit a54f0dc5 authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Edit behattests to match edited strings

parent 84c8021f
Branches
Tags
No related merge requests found
......@@ -4,13 +4,13 @@ Feature: Add a workflow definition activate it
Scenario: Add a new workflow definition with steps and rearrange
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
When I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
When I select "Start date delay trigger" from the "triggername" singleselect
Then I should see "Trigger for workflow 'My Workflow'"
And I should see "Specific settings of the trigger type"
......@@ -19,41 +19,41 @@ Feature: Add a workflow definition activate it
| delay[number] | 2 |
| delay[timeunit] | days |
And I press "Save changes"
Then I should see "Workflow Steps"
And I should see "Add New Step Instance"
Then I should see "Workflow steps"
And I should see "Add new step instance"
And I should see "Start date delay trigger"
When I select "Email Step" from the "stepname" singleselect
When I select "Email step" from the "stepname" singleselect
And I set the following fields to these values:
| Instance Name | Email Step |
| Instance name | Email step |
| responsetimeout[number] | 14 |
| responsetimeout[timeunit] | days |
| Subject Template | Subject |
| Subject template | Subject |
| Content plain text template | Content |
| Content HTML Template | Content HTML |
And I press "Save changes"
And I select "Create Backup Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Create Backup Step"
And I select "Create backup step" from the "stepname" singleselect
And I set the field "Instance name" to "Create backup step"
And I press "Save changes"
And I select "Delete Course Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Delete Course 2"
And I select "Delete course step" from the "stepname" singleselect
And I set the field "Instance name" to "Delete Course 2"
And I press "Save changes"
And I press "Back"
Then I should see the tool "View Workflow Steps" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
And I should see the tool "Duplicate Workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
And I should see the tool "Edit General Settings" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
And I should see the tool "Delete Workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
Then I should see the tool "View workflow steps" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
And I should see the tool "Duplicate workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
And I should see the tool "Edit general settings" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
And I should see the tool "Delete workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
And I should not see the row "My Workflow" in the "tool_lifecycle_active_automatic_workflows" table
When I press "Activate"
Then I should see the tool "View Workflow Steps" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
Then I should see the tool "View workflow steps" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
And I should not see the table "tool_lifecycle_workflow_definitions"
# And I should not see the tool "View Workflow Steps" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table # won't work because table doesnt exist when only workflow
# And I should see the tool "Duplicate Workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
# And I should see the tool "Duplicate workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
# And I should see the tool "Edit General Settings" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
# And I should not see the tool "Delete Workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
When I click on the tool "View Workflow Steps" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
# And I should not see the tool "Delete workflow" in the "My Workflow" row of the "tool_lifecycle_workflow_definitions" table
When I click on the tool "View workflow steps" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
Then I should not see the tool "Edit" in any row of the "tool_lifecycle_workflows" table
And I should not see the tool "Delete" in any row of the "tool_lifecycle_workflows" table
And I should not see the tool "Up" in any row of the "tool_lifecycle_workflows" table
And I should not see the tool "Down" in any row of the "tool_lifecycle_workflows" table
And I should see the tool "View" in all rows of the "tool_lifecycle_workflows" table
And I should not see "Add New Step Instance"
\ No newline at end of file
And I should not see "Add new step instance"
\ No newline at end of file
......@@ -5,17 +5,17 @@ Feature: Add a workflow definition
Scenario: Add a new workflow definition without steps
For displaying the additional trigger settings the "Save changes" button is used.
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
When I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
When I select "Manual trigger" from the "triggername" singleselect
Then I should see "Trigger for workflow 'My Workflow'"
When I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
And I press "Save changes"
# The manual trigger requires additional settings. For that reason the form reloads with some more fields.
Then I should see "Required"
......@@ -25,7 +25,7 @@ Feature: Add a workflow definition
| Action name | Delete course |
| Capability | moodle/course:manageactivities |
And I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
And I should see "Manual trigger"
When I press "Back"
Then I should see "My Workflow"
......@@ -33,94 +33,94 @@ Feature: Add a workflow definition
Scenario: Add a new workflow definition with steps
For displaying the additional trigger settings the "reload" button is used.
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
When I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
When I select "Start date delay trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| delay[number] | 2 |
| delay[timeunit] | days |
And I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
And I should see "Start date delay trigger"
When I select "Delete Course Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Delete Course"
When I select "Delete course step" from the "stepname" singleselect
And I set the field "Instance name" to "Delete Course"
And I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
And I should see "Delete Course"
Scenario: Add a new workflow definition and alter trigger
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
When I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
When I select "Start date delay trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| delay[number] | 2 |
| delay[timeunit] | days |
And I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
And I should see "Start date delay trigger"
When I click on the tool "Edit" in the "Trigger" row of the "tool_lifecycle_workflows" table
Then the following fields match these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| delay[number] | 2 |
| delay[timeunit] | days |
And I set the following fields to these values:
| Instance Name | Other Trigger |
| Instance name | Other Trigger |
| delay[number] | 4 |
| delay[timeunit] | weeks |
And I press "Save changes"
When I click on the tool "Edit" in the "Trigger" row of the "tool_lifecycle_workflows" table
Then the following fields match these values:
| Instance Name | Other Trigger |
| Instance name | Other Trigger |
| delay[number] | 4 |
| delay[timeunit] | weeks |
Scenario: Add a new workflow definition with steps and rearange
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
When I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
When I select "Start date delay trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| delay[number] | 2 |
| delay[timeunit] | days |
And I press "Save changes"
Then I should see "Workflow Steps"
Then I should see "Workflow steps"
And I should see "Start date delay trigger"
When I select "Delete Course Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Delete Course 1"
When I select "Delete course step" from the "stepname" singleselect
And I set the field "Instance name" to "Delete Course 1"
And I press "Save changes"
And I select "Delete Course Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Delete Course 2"
And I select "Delete course step" from the "stepname" singleselect
And I set the field "Instance name" to "Delete Course 2"
And I press "Save changes"
And I select "Create Backup Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Create Backup Step"
And I select "Create backup step" from the "stepname" singleselect
And I set the field "Instance name" to "Create backup step"
And I press "Save changes"
Then the step "Delete Course 1" should be at the 1 position
And the step "Delete Course 2" should be at the 2 position
And the step "Create Backup Step" should be at the 3 position
And the step "Create backup step" should be at the 3 position
And I click on the tool "Down" in the "Delete Course 1" row of the "tool_lifecycle_workflows" table
Then the step "Delete Course 1" should be at the 2 position
And the step "Delete Course 2" should be at the 1 position
And the step "Create Backup Step" should be at the 3 position
And I click on the tool "Up" in the "Create Backup Step" row of the "tool_lifecycle_workflows" table
And the step "Create backup step" should be at the 3 position
And I click on the tool "Up" in the "Create backup step" row of the "tool_lifecycle_workflows" table
Then the step "Delete Course 1" should be at the 3 position
And the step "Delete Course 2" should be at the 1 position
And the step "Create Backup Step" should be at the 2 position
And the step "Create backup step" should be at the 2 position
......@@ -7,29 +7,29 @@ Feature: Disable a workflow
| fullname | shortname | category | startdate |
| Course 1 | C1 | 0 | ##4 days ago## |
And I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
And I press "Save changes"
And I select "Start date delay trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| delay[number] | 3 |
| delay[timeunit] | days |
And I press "Save changes"
And I select "Email Step" from the "stepname" singleselect
And I select "Email step" from the "stepname" singleselect
And I set the following fields to these values:
| Instance Name | Email Step |
| Instance name | Email step |
| responsetimeout[number] | 42 |
| responsetimeout[timeunit] | days |
| Subject Template | Subject |
| Subject template | Subject |
| Content plain text template | Content |
| Content HTML Template | Content HTML |
And I press "Save changes"
And I select "Delete Course Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Delete Course 1"
And I select "Delete course step" from the "stepname" singleselect
And I set the field "Instance name" to "Delete Course 1"
And I press "Save changes"
And I press "Back"
And I press "Activate"
......@@ -39,39 +39,39 @@ Feature: Disable a workflow
Scenario: Disable an workflow, keep processes running, then abort all processes and delete workflow
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
Then I should see the row "My Workflow" in the "tool_lifecycle_active_automatic_workflows" table
And I should see the tool "Disable Workflow (processes keep running)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
When I click on the tool "Disable Workflow (processes keep running)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
And I should see the tool "Disable workflow (processes keep running)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
When I click on the tool "Disable workflow (processes keep running)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
# Here a confirming dialog would appear, but we can't test it without javascript (it just doesn't show).
Then I should see the tool "Abort running processes (maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
And I should not see the tool "Delete Workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
And I should not see the tool "Delete workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
When I click on the tool "Abort running processes (maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
# Here a confirming dialog would appear, but we can't test it without javascript (it just doesn't show).
Then I should see the tool "Delete Workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
Then I should see the tool "Delete workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
And I should not see the tool "Abort running processes (maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
When I click on the tool "Delete Workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
When I click on the tool "Delete workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
# Here a confirming dialog would appear, but we can't test it without javascript (it just doesn't show).
Then I should see "Nothing to display"
Scenario: Disable an workflow and kill processes (abort), then delete workflow
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
Then I should see the row "My Workflow" in the "tool_lifecycle_active_automatic_workflows" table
And I should see the tool "Disable Workflow (abort processes, maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
When I click on the tool "Disable Workflow (abort processes, maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
And I should see the tool "Disable workflow (abort processes, maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
When I click on the tool "Disable workflow (abort processes, maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
# Here a confirming dialog would appear, but we can't test it without javascript (it just doesn't show).
Then I should see the tool "Delete Workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
Then I should see the tool "Delete workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
And I should not see the tool "Abort running processes (maybe unsafe!)" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
When I click on the tool "Delete Workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
When I click on the tool "Delete workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
Then I should see "Nothing to display"
Scenario: Disable an workflow then create (duplicate) a new one with the same configuration
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
Then I should see the row "My Workflow" in the "tool_lifecycle_active_automatic_workflows" table
When I click on the tool "Disable Workflow (processes keep running)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
When I click on the tool "Duplicate Workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
When I click on the tool "Disable workflow (processes keep running)" in the "My Workflow" row of the "tool_lifecycle_active_automatic_workflows" table
When I click on the tool "Duplicate workflow" in the "My Workflow" row of the "tool_lifecycle_deactivated_workflows" table
Then I should see the row "My Workflow" in the "tool_lifecycle_workflow_definitions" table
And I should not see the row "My Workflow" in the "tool_lifecycle_active_automatic_workflows" table
When I press "Activate"
......
......@@ -16,29 +16,29 @@ Feature: Add a workflow with an email step and test the interaction as a teacher
| teacher1 | C2 | editingteacher |
| teacher1 | C3 | editingteacher |
And I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
And I press "Save changes"
And I select "Start date delay trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| delay[number] | 3 |
| delay[timeunit] | days |
And I press "Save changes"
And I select "Email Step" from the "stepname" singleselect
And I select "Email step" from the "stepname" singleselect
And I set the following fields to these values:
| Instance Name | Email Step |
| Instance name | Email step |
| responsetimeout[number] | 8 |
| responsetimeout[timeunit] | seconds |
| Subject Template | Subject |
| Subject template | Subject |
| Content plain text template | Content |
| Content HTML Template | Content HTML |
And I press "Save changes"
And I select "Delete Course Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Delete Course 2"
And I select "Delete course step" from the "stepname" singleselect
And I set the field "Instance name" to "Delete Course 2"
And I press "Save changes"
And I press "Back"
And I press "Activate"
......@@ -55,9 +55,9 @@ Feature: Add a workflow with an email step and test the interaction as a teacher
Then I should see "Course 1" in the "tool_lifecycle_remaining" "table"
And I should see "Course 2" in the "tool_lifecycle_interaction" "table"
And I should see "Course 3" in the "tool_lifecycle_interaction" "table"
And I should see the tool "Keep Course" in the "Course 2" row of the "tool_lifecycle_interaction" table
And I should see the tool "Keep Course" in the "Course 3" row of the "tool_lifecycle_interaction" table
When I click on the tool "Keep Course" in the "Course 2" row of the "tool_lifecycle_interaction" table
And I should see the tool "Keep course" in the "Course 2" row of the "tool_lifecycle_interaction" table
And I should see the tool "Keep course" in the "Course 3" row of the "tool_lifecycle_interaction" table
When I click on the tool "Keep course" in the "Course 2" row of the "tool_lifecycle_interaction" table
Then I should see "Course 1" in the "tool_lifecycle_remaining" "table"
And I should see "Course 2" in the "tool_lifecycle_remaining" "table"
And I should see "Course 3" in the "tool_lifecycle_interaction" "table"
......
......@@ -12,22 +12,22 @@ Feature: Add a workflow with a manual trigger and a duplicate step and test the
| user | course | role |
| teacher1 | C1 | editingteacher |
And I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
And I press "Save changes"
And I select "Manual trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| Icon | t/delete |
| Action name | Duplicate course |
| Capability | moodle/course:manageactivities |
And I press "Save changes"
And I select "Duplicate Step" from the "stepname" singleselect
And I set the following fields to these values:
| Instance Name | Duplicate Step |
| Instance name | Duplicate Step |
And I press "Save changes"
And I press "Back"
And I press "Activate"
......
......@@ -24,15 +24,15 @@ Feature: Add a manual trigger and test view and actions as a teacher
And I set the following system permissions of "Non-editing teacher" role:
| capability | permission |
| tool/lifecycle:managecourses | Allow |
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
And I press "Save changes"
And I select "Manual trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| Icon | t/delete |
| Action name | Delete course |
| Capability | moodle/course:manageactivities |
......@@ -52,24 +52,24 @@ Feature: Add a manual trigger and test view and actions as a teacher
@javascript
Scenario: Manually trigger backup and course deletion
Given I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow Settings" in site administration
And I press "Add Workflow"
And I navigate to "Plugins > Admin tools > Life Cycle > Workflow settings" in site administration
And I press "Add workflow"
And I set the following fields to these values:
| Title | My Workflow |
| Displayed workflow title | Teachers view on workflow |
And I press "Save changes"
And I select "Manual trigger" from the "triggername" singleselect
And I set the following fields to these values:
| Instance Name | My Trigger |
| Instance name | My Trigger |
| Icon | t/delete |
| Action name | Delete course |
| Capability | moodle/course:manageactivities |
And I press "Save changes"
And I select "Create Backup Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Create Backup Step"
And I select "Create backup step" from the "stepname" singleselect
And I set the field "Instance name" to "Create backup step"
And I press "Save changes"
And I select "Delete Course Step" from the "stepname" singleselect
And I set the field "Instance Name" to "Delete Course 2"
And I select "Delete course step" from the "stepname" singleselect
And I set the field "Instance name" to "Delete Course 2"
And I press "Save changes"
And I press "Back"
And I press "Activate"
......@@ -88,6 +88,6 @@ Feature: Add a manual trigger and test view and actions as a teacher
And I should see "Course 2"
When I log out
And I log in as "admin"
And I navigate to "Plugins > Admin tools > Life Cycle > Course Backups" in site administration
And I navigate to "Plugins > Admin tools > Life Cycle > Course backups" in site administration
Then I should see "Course 1"
And I should not see "Course 2"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment