-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from hpi-schul-cloud/N21-1319-ctl-showing-too…
…l-usage N21-1319 ctl showing tool usage
- Loading branch information
Showing
3 changed files
with
516 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# @release | ||
Feature: Admin CTL Tools - To add, edit and delete CTL tools by the admin | ||
|
||
As an admin I want to administrate the CTL tools used in the school | ||
|
||
@unstable_test | ||
Scenario: As an admin I can see the usage of external tools in courses and boards during deletion. | ||
Given I am logged in as a 'admin1_nbc' at 'nbc' | ||
When I go to administration page | ||
When I go to school administration | ||
When I click on external tools panel | ||
Then I see the external tools table | ||
Then I see at least one external tool | ||
When I click on delete external tool button | ||
Then I see the external tool deletion dialog title | ||
Then I see the external tool deletion dialog information text | ||
When I click on cancel external tool deletion button | ||
Then I see the external tools table | ||
Then I see at least one external tool | ||
|
||
|
||
|
Oops, something went wrong.