Skip to content

Commit

Permalink
Merge pull request #952 from puzzle/renovate/angular-monorepo
Browse files Browse the repository at this point in the history
Update angular monorepo
  • Loading branch information
peggimann authored Oct 21, 2024
2 parents 3382551 + 0cb6d68 commit f4d0dd9
Show file tree
Hide file tree
Showing 7 changed files with 9,542 additions and 7,797 deletions.
4 changes: 2 additions & 2 deletions frontend/cypress/e2e/tab.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('Tab workflow tests', () => {
cy.contains('Edited by Cypress');
});

it.skip('Duplicate objective with tab', () => {
it('Duplicate objective with tab', () => {
openThreeDotMenu();
cy.realPress('ArrowDown');
cy.focused().contains('Objective duplizieren');
Expand Down Expand Up @@ -337,7 +337,7 @@ describe('Tab workflow tests', () => {
cy.contains('This has been edited by Cypress').should('not.exist');
});

it.skip('Create new key result metric with checkin and edit checkin with tab', () => {
it('Create new key result metric with checkin and edit checkin with tab', () => {
// Create keyresult
openCreateKeyResult();
cy.wait(500);
Expand Down
Loading

0 comments on commit f4d0dd9

Please sign in to comment.