Skip to content

Commit

Permalink
fix tabbing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 5, 2024
1 parent 735c592 commit b0f3fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/tab.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('Tab workflow tests', () => {
}

function openKeyresultDetail() {
cy.get('.objective').first().focus();
cy.get("[src='assets/icons/ongoing-icon.svg']").parentsUntil('.objective').focus();
cy.tabForwardUntil('[data-testId="key-result"]');
cy.focused().contains('Fail');
cy.focused().contains('Commit');
Expand Down

0 comments on commit b0f3fdc

Please sign in to comment.