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
e7a5605f
Unverified
Commit
e7a5605f
authored
Jul 29, 2020
by
Benjamin Wheeler
Committed by
GitHub
Jul 29, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4249 from BryceLTaylor/fix-footer-tests
Remove tap.plan() from footer links test
parents
4b95b323
ff9d15d2
Changes
1
Hide 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 @
e7a5605f
...
@@ -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