Skip to content

Commit

Permalink
Remove duplicate field setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bamader committed Oct 24, 2024
1 parent 28a613b commit 6dbc742
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions query-connector/e2e/customize_query.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ test.describe("querying with the Query Connector", () => {
).toBeVisible();

await page.getByRole("button", { name: "Fill fields" }).click();
await page.getByLabel("First Name").fill(TEST_PATIENT.FirstName);
await page.getByLabel("Last Name").fill(TEST_PATIENT.LastName);
await page.getByLabel("Date of Birth").fill(TEST_PATIENT.DOB);
await page.getByLabel("Medical Record Number").fill(TEST_PATIENT.MRN);
await page.getByLabel("Phone Number").fill(TEST_PATIENT.Phone);
await page.getByRole("button", { name: "Search for patient" }).click();
await expect(page.getByText("Loading")).toHaveCount(0, { timeout: 10000 });

Expand Down

0 comments on commit 6dbc742

Please sign in to comment.