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 0740080 commit 4689298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ test.describe("Have valid staked requests and sufficient token balance", functio
exact: true,
});
await createRequestButton.click();
await page.getByText("Stake", { exact: true }).click();
await page.locator(".option").first().click();
await page.waitForTimeout(10_000);

await fillValidatorAccount({
Expand Down

0 comments on commit 4689298

Please sign in to comment.