Skip to content

Commit

Permalink
remove skip of e2e test in check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Jan 30, 2025
1 parent 7edc767 commit 030084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/check-in.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ describe('okr check-in', () => {
.contains('10%');
});

it.skip('should be able to add actions to the action plan when creating a check-in', () => {
it('should be able to add actions to the action plan when creating a check-in', () => {
const keyResultTitle = 'This key-result will be used for testing the action plan while creating check-ins';
overviewPage.addKeyResult('Puzzle ITC', 'Wir wollen die Kundenzufriedenheit steigern')
.fillKeyResultTitle(keyResultTitle)
Expand Down

0 comments on commit 030084e

Please sign in to comment.