From 31c6d320d9dd3916986fe9a963f8627495a8c432 Mon Sep 17 00:00:00 2001 From: Sanket Mali Date: Wed, 12 May 2021 13:10:52 +0530 Subject: [PATCH] changed the build URL --- test/test.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/test.js b/test/test.js index 3d686f5..77f0d46 100644 --- a/test/test.js +++ b/test/test.js @@ -1,15 +1,13 @@ const percySnapshot = require('@percy/puppeteer'); const puppeteer = require('puppeteer'); -const TEST_URL = 'https://www.browserstack.com'; +const TEST_URL = 'https://ci.bsstag.com/ '; const TEST_WIDTHS = [375, 480, 720, 1280, 1440, 1920]; describe('Integration test with visual testing', function() { it('Loads the homepage', async function () { - this.timeout(100000) // - console.log(TEST_URL); - console.log(TEST_URL+'/pricing'); + this.timeout(100000) // ; const browser = await puppeteer.launch(); const page = await browser.newPage();