Skip to content

Commit

Permalink
VKT(Frontend): Add TODO comments to check disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Aug 4, 2024
1 parent 49833e4 commit 7aff64a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ describe('ClerkEnrollmentOverview:ClerkEnrollmentDetails', () => {
cy.openClerkExamEventPage(clerkExamEvent.id);
});

// TODO Fix and re-enable test.
// Fails at the moment because there no longer is a checkbox for the understanding skill.
// Should the skill be instead inferred from the partial exams selected?
it.skip('should allow modifying enrollment details', () => {
const contactDetailsValues = ['[email protected]', '358401234567'];

Expand Down Expand Up @@ -65,6 +68,7 @@ describe('ClerkEnrollmentOverview:ClerkEnrollmentDetails', () => {
onClerkEnrollmentOverviewPage.expectEnabledSaveButton();
});

// TODO Fix and re-enable test.
it.skip('should show disabled enrollment details', () => {
onClerkExamEventOverviewPage.clickEnrollmentRow(2);

Expand Down

0 comments on commit 7aff64a

Please sign in to comment.