Skip to content

Commit

Permalink
Ref: Re-enable checking broken links in sponsors section
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvjain99 committed Oct 29, 2020
1 parent cc2b8d2 commit a0f5ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sessionEventAndCoC.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a0f5ba9

Please sign in to comment.