Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Sep 3, 2024
1 parent cb68dcd commit da00e72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playwright-tests/create-fuels.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ test.extend({
});

test('counter contract - increment function call works properly', async ({ page }) => {
// make a get request to localhost:4000/v1/playground to check if the node is running
const response = await fetch('http://localhost:4000/v1/playground');
expect(response.status).toBe(200);

await page.goto(WEB_SERVER_URL, { waitUntil: 'networkidle' });

await page.waitForTimeout(5000);
Expand Down

0 comments on commit da00e72

Please sign in to comment.