Skip to content

Commit

Permalink
Fix e2e tests by switching to advanced mode
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-glombik committed Oct 17, 2024
1 parent 4c6ac59 commit 054a95d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ test.describe('Test Exam management', () => {
await examManagement.openExerciseGroups(exam.id!);
await examExerciseGroups.clickAddProgrammingExercise(exerciseGroup.id!);
const programmingExerciseTitle = 'programming' + uid;
await programmingExerciseCreation.changeEditMode();
await programmingExerciseCreation.setTitle(programmingExerciseTitle);
await programmingExerciseCreation.setShortName(programmingExerciseTitle);
await programmingExerciseCreation.setPackageName('de.test');
Expand Down

0 comments on commit 054a95d

Please sign in to comment.