Skip to content

Commit

Permalink
test: search for rfp by id
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Dec 8, 2024
1 parent 1a63613 commit cc5cd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright-tests/tests/infrastructure/proposal.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" })
Expand Down

0 comments on commit cc5cd2a

Please sign in to comment.