Skip to content

Commit

Permalink
fix objective duplicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 4, 2024
1 parent d096d82 commit 4640d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/duplicated-scoring.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('e2e test for scoring adjustment on objective duplicate', () => {
cy.visit('/?quarter=3');

let scoringBlock1 = cy
.getByTestId('objective')
.get('.objective:contains("A duplicated Objective for this tool")')
.first()
.getByTestId('key-result')
.first()
Expand Down

0 comments on commit 4640d3e

Please sign in to comment.