Skip to content

Commit

Permalink
Update FRU widget selector to fix a Playwright timeout issue (#13520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis authored Feb 21, 2025
1 parent 53f47dd commit 9303b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/petition/002-thank-you.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test.describe("Donation modal", () => {
expect(page.url()).toContain(`form=donate`);

// test if FRU iframe is visible
const widgetIframe = page.locator(`iframe[title="Donation Widget"]`);
const widgetIframe = page.locator(`iframe[title="Donation Form"]`);
await widgetIframe.waitFor({ state: "visible" });
expect(await widgetIframe.count()).toBe(1);
});
Expand Down

0 comments on commit 9303b8b

Please sign in to comment.