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

Merge pull request #4250 from LLK/develop

Pull in fix to footer test
parents 0dadc580 e7a5605f
......@@ -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