Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Feb 3, 2025
1 parent 2593fff commit ac270dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-connector/e2e/query_workflow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test.describe("querying with the Query Connector", () => {
.getByRole("row")
.filter({ hasText: "Sexual overexposure" }),
).toHaveCount(3);
// Conditions + Medication Requests (Reason Code)
// 4 Conditions + 3 Medication Requests (Reason Code)
await expect(
page
.getByRole("table")
Expand Down

0 comments on commit ac270dc

Please sign in to comment.