Skip to content

Commit

Permalink
set tests to unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCapCoder committed Jan 17, 2024
1 parent af468e4 commit 8317498
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cypress/e2e/course/copyCtlTools.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Feature: Course - Copy CTL tools

As a Teacher i want to be able to copy ctl tools, when i copy a course

@stable_test
@unstable_test
Scenario: Teacher can copy course
Given I am logged in as a 'teacher1_nbc' at 'nbc'
When I go to rooms overview
Expand All @@ -12,7 +12,7 @@ Feature: Course - Copy CTL tools
When I close the dialog
Then I can see room page 'Mathe (1)'

@stable_test
@unstable_test
Scenario: Teacher can see copied ctl tools and incomplete tools cannot be launched
Given I see room page 'Mathe (1)'
When I click on the tools tab
Expand All @@ -24,7 +24,7 @@ Feature: Course - Copy CTL tools
When I click on the tool 'CY Test Tool Protected Parameter'
Then I can see an error dialog

@stable_test
@unstable_test
Scenario: admin adds student to newly copied course
Given I am logged in as a 'admin1_nbc' at 'nbc'
When I go to administration page
Expand All @@ -34,7 +34,7 @@ Feature: Course - Copy CTL tools
Then I see course administration page


@stable_test
@unstable_test
Scenario: student can see copied ctl tools and incomplete tools cannot be launched
Given I am logged in as a 'student2_nbc' at 'nbc'
When I go to rooms overview
Expand All @@ -48,7 +48,7 @@ Feature: Course - Copy CTL tools
When I click on the tool 'CY Test Tool Protected Parameter'
Then I can see an error dialog

@stable_test
@unstable_test
Scenario: Teacher fixes the incomplete tool so it is launchable
Given I am logged in as a 'teacher1_nbc' at 'nbc'
When I go to rooms overview
Expand All @@ -62,7 +62,7 @@ Feature: Course - Copy CTL tools
Then I can see room page 'Mathe (1)'
Then I see the tool 'CY Test Tool Context Scope' is not marked as incomplete

@stable_test
@unstable_test
Scenario: As a post-condition Teacher deletes the copied course
Given I see room page 'Mathe (1)'
When I click on edit course
Expand Down

0 comments on commit 8317498

Please sign in to comment.