Skip to content

Commit

Permalink
Merge pull request #157 from hpi-schul-cloud/N21-1319-ctl-showing-too…
Browse files Browse the repository at this point in the history
…l-usage

N21-1319 ctl showing tool usage
  • Loading branch information
MBergCap authored Nov 22, 2023
2 parents ec4eecc + 0bb124d commit bf96966
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 416 deletions.
22 changes: 22 additions & 0 deletions cypress/e2e/admin/administrateCtlTools.feature
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



Loading

0 comments on commit bf96966

Please sign in to comment.