Remove tap.plan() from footer links test

This commit is contained in:
BryceLTaylor 2020-07-29 14:45:42 -04:00
parent 4b95b32380
commit ff9d15d24f

View file

@ -17,9 +17,6 @@ const rootUrl = process.env.ROOT_URL || 'https://scratch.ly';
// timeout for each test; timeout for suite set at command line level
const options = {timeout: 30000};
// number of tests in the plan
tap.plan(24);
tap.tearDown(function () {
// quit the instance of the browser
driver.quit();