Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jan 5, 2025
1 parent f5ddca0 commit 682dbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright-tests/tests/settings/theme.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ test.describe("User is logged in", function () {
test.setTimeout(150_000);
await page.getByRole("button", { name: "Save changes" }).click();
await expect(page.getByText("Processing your request ...")).toBeVisible();
await page.getByRole("button", { name: "Cancel" }).click();
await page.getByRole("button", { name: "Close" }).nth(1).click();
await expect(
page.getByText(
"Something went wrong. Please try resubmitting the request"
)
).toBeVisible();
).toBeVisible({ timeout: 30_000 });
});
});

0 comments on commit 682dbd6

Please sign in to comment.