mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-26 10:19:14 -06:00
fix: progress bar issue (#2771)
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5d468b4420
commit
cd40e655fb
@@ -29,7 +29,6 @@ test.describe("JS Package Test", async () => {
|
||||
await expect(page.locator("#howToSendCardOption-website")).toBeVisible();
|
||||
await page.locator("#howToSendCardOption-website").click();
|
||||
await page.locator("#howToSendCardOption-website").click();
|
||||
|
||||
await page.locator("#whenToSendCardTrigger").click();
|
||||
await page.getByRole("button", { name: "Add action" }).click();
|
||||
await page.getByText("New SessionGets fired when a").click();
|
||||
|
||||
Reference in New Issue
Block a user