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 19, 2025
1 parent 7ebefa7 commit fb88c76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test.afterEach(async ({ page }, testInfo) => {
async function navigateToThresholdPage({ page, instanceAccount }) {
await page.goto(`/${instanceAccount}/widget/app?page=settings`);
await page.waitForTimeout(5_000);
await page.getByTestId("Voting Threshold").click();
await page.getByTestId("Voting Thresholds").click();
await expect(page.getByText("Permission Groups")).toBeVisible({
timeout: 10_000,
});
Expand Down

0 comments on commit fb88c76

Please sign in to comment.