Skip to content

Commit

Permalink
chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Oct 31, 2024
1 parent 5bbfd85 commit 165c719
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/app/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const playwrightConfig: PlaywrightTestConfig = {
use: {
baseURL: `http://localhost:${PORT}/`,
permissions: ['clipboard-read', 'clipboard-write'],
headless: false,
trace: 'on-first-retry',
actionTimeout: 5000,
screenshot: 'only-on-failure',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@ export class FuelWalletTestHelper {
)
.toBeTruthy();

console.log('asd adding Network providerUrl: ', providerUrl);
console.log('asd adding Network providerUrl: ', chainId.toString());

const urlInput = getByAriaLabel(this.walletPage, 'Network url');
await urlInput.fill(providerUrl);
const chainIdLocator = getByAriaLabel(this.walletPage, 'Chain ID');
Expand Down

0 comments on commit 165c719

Please sign in to comment.