Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f50c6977
Commit
f50c6977
authored
Apr 17, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove helpText test from radio_group_spec.js
parent
bcb5725d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
spec/javascripts/ide/components/commit_sidebar/radio_group_spec.js
...scripts/ide/components/commit_sidebar/radio_group_spec.js
+0
-13
No files found.
spec/javascripts/ide/components/commit_sidebar/radio_group_spec.js
View file @
f50c6977
...
...
@@ -69,19 +69,6 @@ describe('IDE commit sidebar radio group', () => {
});
});
it
(
'
renders helpText tooltip
'
,
done
=>
{
vm
.
helpText
=
'
help text
'
;
Vue
.
nextTick
(()
=>
{
const
help
=
vm
.
$el
.
querySelector
(
'
.help-block
'
);
expect
(
help
).
not
.
toBeNull
();
expect
(
help
.
getAttribute
(
'
data-original-title
'
)).
toBe
(
'
help text
'
);
done
();
});
});
describe
(
'
with input
'
,
()
=>
{
beforeEach
(
done
=>
{
vm
.
$destroy
();
...
...
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