Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Oct 31, 2024
1 parent f207ef4 commit 8699795
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@ export class FuelWalletTestHelper {
'Test connection'
);
await expectButtonToBeEnabled(testConnectionButton);
await testConnectionButton.click();
await testConnectionButton.click({
delay: 1000,
});
await hasText(this.walletPage, `You're adding this network`);

const addNewNetworkButton = getByAriaLabel(
this.walletPage,
Expand Down

0 comments on commit 8699795

Please sign in to comment.