Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into BC-7461-mongo6
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchuhmacher authored Jul 10, 2024
2 parents 7b47bbf + de99324 commit fbd3225
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions features/management_classes/createClass.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Feature: Set of tests to create classes
Then <userRole> should see that number of students in class with name '<customClassName>' is '<numberOfStudentsInClass>'
Examples:
| userRole | username | password | customClassName | schoolYear | numberOfStudentsInClass |
| admin | olivier.admin.qa@schul-cloud.org | Schulcloud1qa! | 11c | 2023/24 | 0 |
| admin | olivier.admin.qa@schul-cloud.org | Schulcloud1qa! | 11c | 2024/25 | 0 |

@createClassWith3Members @stableTest
Scenario Outline: As a user, I want to be able to create class with 3 members
Expand All @@ -26,4 +26,4 @@ Feature: Set of tests to create classes
Then <userRole> should see that number of students in class with name '<customClassName>' is '<numberOfStudentsInClass>'
Examples:
| userRole | username | password | customClassName | numberOfStudentsInClass | studentsFirstname | studentLastname | schoolYear |
| teacher | karl.teacher.qa@schul-cloud.org | Schulcloud1qa! | 1C | 3 | Student | LastName | 2023/24 |
| teacher | karl.teacher.qa@schul-cloud.org | Schulcloud1qa! | 1C | 3 | Student | LastName | 2024/25 |
2 changes: 1 addition & 1 deletion features/management_classes/editClass.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Feature: I want to edit a class
Then <userRole> should see that class with name '<newCustomClassName>' and teacher lastname '<teacherLastname>' is visible
Examples:
| userRole | customClassName | newCustomClassName | schoolYear | teacherLastname | schoolYearOld |
| teacher | 8a | 4d | 2023/24 | Herzog | 2022/23 |
| teacher | 8a | 4d | 2024/25 | Herzog | 2023/24 |

@editClassAddStudentTeacherAndDeleteStudentTeacher @e2eCore
Scenario Outline: As a user, I want to be able to edit a class and add teacher+student and then delete teacher+student
Expand Down
2 changes: 1 addition & 1 deletion features/management_students/deleteStudent.feature
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@

# Examples:
# | userRole | adminUsername | password | studentUserName | customClassName | schoolYear | studentOne | studentTwo | numberOfStudentsInClass |
# | admin | [email protected] | Schulcloud1qa! | [email protected] | 7e | 2023/24 | Herbert Kraft | Boris Wasser | 2 |
# | admin | [email protected] | Schulcloud1qa! | [email protected] | 7e | 2024/25 | Herbert Kraft | Boris Wasser | 2 |

0 comments on commit fbd3225

Please sign in to comment.