From cc5cd2ab8a8c5ba60c4bd91dc8c1b296e5cf8b09 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 8 Dec 2024 22:50:21 +0100 Subject: [PATCH] test: search for rfp by id --- playwright-tests/tests/infrastructure/proposal.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright-tests/tests/infrastructure/proposal.spec.js b/playwright-tests/tests/infrastructure/proposal.spec.js index 5a7a3aef..2efc2c45 100644 --- a/playwright-tests/tests/infrastructure/proposal.spec.js +++ b/playwright-tests/tests/infrastructure/proposal.spec.js @@ -84,6 +84,7 @@ test.describe("Wallet is connected as admin", () => { await pauseIfVideoRecording(page); if (linkRfp) { await page.getByText("Search RFP").click(); + await page.getByPlaceholder("Search by Id").fill("0"); await page.getByText("# 0 : A Cool RFP").click(); await expect( await page.getByRole("link", { name: "# 0 : A Cool RFP" })