Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
ff9d15d2
Commit
ff9d15d2
authored
Jul 29, 2020
by
BryceLTaylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tap.plan() from footer links test
parent
4b95b323
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
test/integration-legacy/smoke-testing/test_footer_links.js
test/integration-legacy/smoke-testing/test_footer_links.js
+0
-3
No files found.
test/integration-legacy/smoke-testing/test_footer_links.js
View file @
ff9d15d2
...
@@ -17,9 +17,6 @@ const rootUrl = process.env.ROOT_URL || 'https://scratch.ly';
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment