Unverified Commit e7a5605f authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #4249 from BryceLTaylor/fix-footer-tests

Remove tap.plan() from footer links test
parents 4b95b323 ff9d15d2
......@@ -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();
......
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