From afa0e8d4a66283a5cd2f8e84028d82878a5549b6 Mon Sep 17 00:00:00 2001 From: Ashish Date: Thu, 28 Dec 2023 18:33:27 +0530 Subject: [PATCH] test-bot --- e2e/dev/alldirection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/dev/alldirection.test.ts b/e2e/dev/alldirection.test.ts index 382cc07..f37379e 100644 --- a/e2e/dev/alldirection.test.ts +++ b/e2e/dev/alldirection.test.ts @@ -11,7 +11,7 @@ const locationName = 'apartment' const sqrt2 = Math.sqrt(2) describe('My Bot Tests', () => { - const bot = new EtherealEngineBot({ name: 'bot', headless:true, verbose: true }) + const bot = new EtherealEngineBot({ name: 'bot', headless:false, verbose: true }) before(async () => { await bot.launchBrowser() await bot.enterLocation(`https://${domain}/location/${locationName}`)