Skip to content

Commit

Permalink
Enhancement: Added tests for new URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu-02 committed Sep 30, 2024
1 parent 2c52438 commit 98677bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions footerTest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
const puppeteer = require('puppeteer');
const EventEmitter = require('events');

EventEmitter.defaultMaxListeners = 15;

let config = {
launchOptions: {
Expand All @@ -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) => {
Expand Down

0 comments on commit 98677bd

Please sign in to comment.