Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jan 2, 2025
1 parent 2435395 commit 6f28c83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playwright-tests/tests/settings/voting-duration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ async function navigateToVotingDurationPage({ page, instanceAccount }) {
await page.goto(`/${instanceAccount}/widget/app?page=settings`);
await page.waitForTimeout(2_000);
await page.getByText("Voting Duration").click();
await expect(page.getByText("Set the number of days a vote is active.")).toBeVisible({
await expect(
page.getByText("Set the number of days a vote is active.")
).toBeVisible({
timeout: 10_000,
});
}
Expand Down

0 comments on commit 6f28c83

Please sign in to comment.