Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-christl committed Oct 13, 2022
1 parent 5a386b4 commit 627442a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/cypress/integration/CourseManagement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ describe('Course management', () => {
artemisRequests.courseManagement.createCourse(false, courseName, courseShortName).then((response: Cypress.Response<Course>) => {
course = response.body;
courseId = response.body!.id!;
cy.log('Created course with id ' + courseId);
cy.log('received response ' + JSON.stringify(response));
});
});

Expand Down

0 comments on commit 627442a

Please sign in to comment.