Skip to content

Commit

Permalink
Update page.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Feb 23, 2024
1 parent dabf66d commit 0e8c427
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ describe("Create", async () => {
const mnemonicSplit = mnemonic.split(" ");

mnemonicSplit.forEach(async word => {
const button = getByRole("button", { name: word });

await fireEvent.click(button);
await fireEvent.click(getByRole("button", { name: word }));
});

await tick();
Expand Down

0 comments on commit 0e8c427

Please sign in to comment.