diff --git a/test/integration-legacy/smoke-testing/test_footer_links.js b/test/integration-legacy/smoke-testing/test_footer_links.js index 2c299f758..753f479ce 100644 --- a/test/integration-legacy/smoke-testing/test_footer_links.js +++ b/test/integration-legacy/smoke-testing/test_footer_links.js @@ -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();