Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
test-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Dec 28, 2023
1 parent 0dbd544 commit afa0e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/dev/alldirection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit afa0e8d

Please sign in to comment.