From a0f5ba9c36d45fb2595b2f63888ecb9ac66da39a Mon Sep 17 00:00:00 2001 From: Dhruv Jain Date: Thu, 29 Oct 2020 23:41:06 +0530 Subject: [PATCH] Ref: Re-enable checking broken links in sponsors section --- test/sessionEventAndCoC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sessionEventAndCoC.js b/test/sessionEventAndCoC.js index d0ad10e5e..74959b8b4 100644 --- a/test/sessionEventAndCoC.js +++ b/test/sessionEventAndCoC.js @@ -188,7 +188,7 @@ describe("Running Selenium tests on Chrome Driver", function() { }); }); - xit('Checking broken links in of Sponsors section', function(done) { + it('Checking broken links in of Sponsors section', function(done) { eventPage.getSponsorsBrokenLinks().then(function(brokenLinksCount) { assert.equal(brokenLinksCount, 0); done();