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

BC-6918 - Adjusting new school year 24/25 to seed data and test #456

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 | [email protected] | Schulcloud1qa! | 11c | 2023/24 | 0 |
| admin | [email protected] | 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 | [email protected] | Schulcloud1qa! | 1C | 3 | Student | LastName | 2023/24 |
| teacher | [email protected] | 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 |
Loading