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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
ed05a62c
Commit
ed05a62c
authored
Jul 28, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Adds test cases for sign in component
parent
3343bf30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
app/assets/javascripts/notes/components/issue_note_signed_out_widget.vue
...scripts/notes/components/issue_note_signed_out_widget.vue
+2
-2
spec/javascripts/notes/components/issue_note_signed_out_widget_spec.js
...pts/notes/components/issue_note_signed_out_widget_spec.js
+9
-0
No files found.
app/assets/javascripts/notes/components/issue_note_signed_out_widget.vue
View file @
ed05a62c
...
@@ -14,9 +14,9 @@
...
@@ -14,9 +14,9 @@
<
template
>
<
template
>
<div
class=
"disabled-comment text-center"
>
<div
class=
"disabled-comment text-center"
>
Please
Please
<a
:href=
"
signIn
Link"
>
register
</a>
<a
:href=
"
register
Link"
>
register
</a>
or
or
<a
:href=
"
register
Link"
>
sign in
</a>
<a
:href=
"
signIn
Link"
>
sign in
</a>
to reply
to reply
</div>
</div>
</
template
>
</
template
>
spec/javascripts/notes/components/issue_note_signed_out_widget_spec.js
0 → 100644
View file @
ed05a62c
describe
(
'
issue note signed out widget component
'
,
()
=>
{
it
(
'
should render sign in link provided in the store
'
,
()
=>
{
});
it
(
'
should render register link provided in the store
'
,
()
=>
{
});
});
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