Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atlldwp committed Feb 1, 2024
1 parent b5595d4 commit 6f61fcc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/course/addSubstituteTeacherToCourse.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Feature: Course - Add substitute teacher to course
Given I am logged in as a 'teacher1_brb' at 'brb'
When I go to rooms overview
When I go to room 'Biologie'
When I open course edit page
Then I can see course edit page
When I open page Edit course
Then I can see page Edit course
And I clear substitute teacher field
And I add substitute teacher 'teacher2'
And I click on save changes after editing the course details
When I click on button Save changes in page Edit course
Given I am logged in as a 'teacher2_brb' at 'brb'
When I go to rooms overview
When I go to room 'Biologie'
28 changes: 14 additions & 14 deletions cypress/e2e/course/createEditAndDeleteCourse.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Feature: Course - To add and delete a course by the teacher

#Editing the course
When I go to room 'Cypress Test Creation and Deletion'
When I open course edit page
Then I can see course edit page
When I open page Edit course
Then I can see page Edit course
When I edit the title of the room to 'Cypress Testkurs Edit'
When I edit the room description to 'cy edit this is test description'
When I click on button Save changes in course edit page
When I click on button Save changes in page Edit course
Then I see the course 'Cypress Testkurs Edit' on the room overview page

#Deleting the course/room created in this feature test
When I open course edit page
When I open page Edit course
When I click on the button delete course
Then I see the modal to confirm the deletion
When I click on the button delete on the modal to confirm the course deletion
Expand Down Expand Up @@ -79,45 +79,45 @@ Feature: Course - To add and delete a course by the teacher

# Editing the course
When I go to room 'Cypress Test Creation and Deletion'
When I open course edit page
Then I can see course edit page
When I open page Edit course
Then I can see page Edit course
When I edit the title of the room to 'Cypress Testkurs Edit'
When I edit the room description to 'cy edit this is test description'

# Add groups to course
When I click on the selection box to add a new group with ' Cypress-Test-Group1 | moin.schule '
When I click on the selection box to add a new group with ' Cypress-Test-Group2 | moin.schule '
When I click on save changes after editing the course details
When I click on button Save changes in page Edit course
Then I see the course 'Cypress Testkurs Edit' on the room overview page
When I open course edit page
When I open page Edit course
Then I see ' Cypress-Test-Group1 | moin.schule ' in the class selection box
Then I see 'Kraft, Herbert' in the student selection box

# Remove one group from course
When I click on the remove icon of group ' Cypress-Test-Group2 | moin.schule '
When I click on save changes after editing the course details
When I click on button Save changes in page Edit course
Then I see the course 'Cypress Testkurs Edit' on the room overview page
When I open course edit page
When I open page Edit course
Then I see ' Cypress-Test-Group1 | moin.schule ' in the class selection box
Then I do not see ' Cypress-Test-Group2 | moin.schule ' in the group selection box
Then I see 'Kraft, Herbert' in the student selection box
Then I do not see 'Strobl, Amelia' in the student selection box

# Remove second group from course
When I click on the remove icon of group ' Cypress-Test-Group1 | moin.schule '
When I click on save changes after editing the course details
When I click on button Save changes in page Edit course
Then I see the course 'Cypress Testkurs Edit' on the room overview page
When I open course edit page
When I open page Edit course
Then I do not see ' Cypress-Test-Group1 | moin.schule ' in the group selection box
Then I do not see ' Cypress-Test-Group2 | moin.schule ' in the group selection box
Then I do not see 'Strobl, Amelia' in the student selection box
Then I do not see 'Kraft, Herbert' in the student selection box
When I click on save changes after editing the course details
When I click on button Save changes in page Edit course
Then I see the course 'Cypress Testkurs Edit' on the room overview page


# Deleting the course/room created in this feature test
When I open course edit page
When I open page Edit course
When I click on the button delete course
Then I see the modal to confirm the deletion
When I click on the button delete on the modal to confirm the course deletion
Expand Down

0 comments on commit 6f61fcc

Please sign in to comment.