mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-19 19:07:47 -05:00
Remove tap.plan() from footer links test
This commit is contained in:
parent
4b95b32380
commit
ff9d15d24f
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue