Skip to content
Snippets Groups Projects
Unverified Commit 552f096f authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Added @javascript tags to behat for filling autocomplete fields

parent beef8c87
Branches
No related tags found
No related merge requests found
@tool @tool_lifecycle @tool @tool_lifecycle
Feature: Add a workflow definition Feature: Add a workflow definition
@javascript
Scenario: Add a new workflow definition without steps Scenario: Add a new workflow definition without steps
For displaying the additional trigger settings the "Save changes" button is used. For displaying the additional trigger settings the "Save changes" button is used.
Given I log in as "admin" Given I log in as "admin"
......
@tool @tool_lifecycle @tool @tool_lifecycle @javascript
Feature: Add a workflow with a manual trigger and a duplicate step and test the interaction as a teacher Feature: Add a workflow with a manual trigger and a duplicate step and test the interaction as a teacher
Background: Background:
......
...@@ -16,6 +16,7 @@ Feature: Add a manual trigger and test view and actions as a teacher ...@@ -16,6 +16,7 @@ Feature: Add a manual trigger and test view and actions as a teacher
| teacher1 | C2 | editingteacher | | teacher1 | C2 | editingteacher |
| teacher1 | C3 | teacher | | teacher1 | C3 | teacher |
@javascript
Scenario: Test displayed action tools for different capabilities Scenario: Test displayed action tools for different capabilities
Given I log in as "admin" Given I log in as "admin"
# Allow teacher role to view courses in life cycle view # Allow teacher role to view courses in life cycle view
...@@ -48,6 +49,7 @@ Feature: Add a manual trigger and test view and actions as a teacher ...@@ -48,6 +49,7 @@ Feature: Add a manual trigger and test view and actions as a teacher
And I should see the tool "Delete course" in the "Course 2" row of the "tool_lifecycle_remaining" table And I should see the tool "Delete course" in the "Course 2" row of the "tool_lifecycle_remaining" table
And I should not see the tool "Delete course" in the "Course 3" row of the "tool_lifecycle_remaining" table And I should not see the tool "Delete course" in the "Course 3" row of the "tool_lifecycle_remaining" table
@javascript
Scenario: Manually trigger backup and course deletion Scenario: Manually trigger backup and course deletion
Given I log in as "admin" Given I log in as "admin"
And I navigate to "Life Cycle > Workflow Settings" in site administration And I navigate to "Life Cycle > Workflow Settings" in site administration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment