Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Zhao committed Oct 11, 2024
1 parent 83acf53 commit 2b948af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/tefca-viewer/e2e/query_workflow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ test.describe("querying with the TryTEFCA viewer", () => {
test("query using form-fillable demo patient by phone number", async ({
page,
}) => {
test.slow();
await page.getByRole("button", { name: "Go to the demo" }).click();

await page.getByLabel("Query", { exact: true }).selectOption("syphilis");
Expand Down Expand Up @@ -150,6 +151,7 @@ test.describe("querying with the TryTEFCA viewer", () => {
test("social determinants query with generalized function", async ({
page,
}) => {
test.slow();
await page.getByRole("button", { name: "Go to the demo" }).click();
await page
.getByLabel("Query", { exact: true })
Expand Down

0 comments on commit 2b948af

Please sign in to comment.