Commit ff9d15d2 authored by BryceLTaylor's avatar BryceLTaylor

Remove tap.plan() from footer links test

parent 4b95b323
...@@ -17,9 +17,6 @@ const rootUrl = process.env.ROOT_URL || 'https://scratch.ly'; ...@@ -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 // timeout for each test; timeout for suite set at command line level
const options = {timeout: 30000}; const options = {timeout: 30000};
// number of tests in the plan
tap.plan(24);
tap.tearDown(function () { tap.tearDown(function () {
// quit the instance of the browser // quit the instance of the browser
driver.quit(); driver.quit();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment