fix: progress bar issue (#2771)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Dhruwang Jariwala
2024-06-19 13:34:11 +05:30
committed by GitHub
parent 5d468b4420
commit cd40e655fb
2 changed files with 11 additions and 23 deletions

View File

@@ -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();