From 98677bd96dce5a5d7d8bc398659b0f55d049101c Mon Sep 17 00:00:00 2001 From: shantanu-02 Date: Tue, 1 Oct 2024 01:13:44 +0530 Subject: [PATCH] Enhancement: Added tests for new URLs --- footerTest.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/footerTest.js b/footerTest.js index d292d8b1..13f4a47f 100644 --- a/footerTest.js +++ b/footerTest.js @@ -1,4 +1,7 @@ const puppeteer = require('puppeteer'); +const EventEmitter = require('events'); + +EventEmitter.defaultMaxListeners = 15; let config = { launchOptions: { @@ -18,6 +21,9 @@ let urls = [ 'https://dashboard.realdevsquad.com/featureflag/index.html', 'https://dashboard.realdevsquad.com/wallet/index.html', 'https://dashboard.realdevsquad.com/online-members/online-members.html', + 'https://dashboard.realdevsquad.com/users/discord/index.html', + 'https://dashboard.realdevsquad.com/groups/index.html', + 'https://dashboard.realdevsquad.com/applications/index.html', ]; const test_footer = async (url, index) => {