Skip to content

Commit

Permalink
Fix failing test #3456
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereboss committed Jun 11, 2024
1 parent 2618f02 commit 2f6d847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe("metricChooserComponent", () => {
"FullTestTitle (fullMetric):\nFullTestDescription\nHigh Values: FullTestHigh\nLow Values: FullLowValue"
)
)
await waitFor(() => expect(screen.queryAllByRole("option")[4].textContent).toMatch("complexity (formerly mcc) (55)"))
await waitFor(() => expect(screen.queryAllByRole("option")[4].textContent).toMatch("complexity (formerly mcc) (55)"))
await waitFor(() => expect(screen.queryAllByRole("option")[4].getAttribute("title")).toMatch("Cyclomatic Complexity"))

await userEvent.click(screen.queryAllByRole("option")[1])
Expand Down

0 comments on commit 2f6d847

Please sign in to comment.