From ff9d15d24fb4301decc6568c0e4a6aac2e14d670 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 29 Jul 2020 14:45:42 -0400 Subject: [PATCH] Remove tap.plan() from footer links test --- test/integration-legacy/smoke-testing/test_footer_links.js | 3 --- 1 file changed, 3 deletions(-) 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();