Skip to content

Commit

Permalink
added unstable tag on course create test
Browse files Browse the repository at this point in the history
  • Loading branch information
atlldwp committed Oct 30, 2023
1 parent 556ffd5 commit 240e3cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cypress/e2e/course/createEditAndDeleteCourse.feature
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@release
@unstable_test
Feature: Course - To add and delete a course by the teacher

As a teacher I want to create a new course and want to delete the newly created test course/room so that list of courses/rooms can be cleaned and not full with the newly created test courses/rooms.

@stable_test

Scenario: as a pre-condition teacher deletes undeleted tests
Given I am logged in as a 'teacher1_dbc' at 'default'
When I go to rooms overview
Expand All @@ -12,7 +12,7 @@ Feature: Course - To add and delete a course by the teacher
When I delete all courses named 'Cypress Testkurs Edit'
Then I do not see the course 'Cypress Testkurs Edit' on the room overview page

@stable_test

Scenario: Create, edit and delete a course
Given I am logged in as a 'teacher1_dbc' at 'default'
When I go to rooms overview
Expand Down Expand Up @@ -50,7 +50,7 @@ Feature: Course - To add and delete a course by the teacher
When I click on the button delete on the modal to confirm the course deletion
Then I do not see the course 'Cypress Testkurs Edit' on the room overview page

@stable_test

Scenario: as a pre-condition teacher deletes undeleted tests
Given I am logged in as a 'teacher1_nbc' at 'nbc'
When I go to rooms overview
Expand All @@ -59,7 +59,7 @@ Feature: Course - To add and delete a course by the teacher
When I delete all courses named 'Cypress Testkurs Edit'
Then I do not see the course 'Cypress Testkurs Edit' on the room overview page

@stable_test

Scenario: Create, edit and delete a course with groups of type class in nbc
Given I am logged in as a 'teacher1_nbc' at 'nbc'
When I go to rooms overview
Expand Down

0 comments on commit 240e3cc

Please sign in to comment.