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
Jérome Perrin
gitlab-ce
Commits
31a4894a
Commit
31a4894a
authored
Nov 23, 2016
by
winniehell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace static fixture for shortcuts_issuable_spec (!7685)
parent
448c19aa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
changelogs/unreleased/shortcuts-issuable-fixture.yml
changelogs/unreleased/shortcuts-issuable-fixture.yml
+4
-0
spec/javascripts/fixtures/issuable.html.haml
spec/javascripts/fixtures/issuable.html.haml
+0
-2
spec/javascripts/shortcuts_issuable_spec.js
spec/javascripts/shortcuts_issuable_spec.js
+4
-2
No files found.
changelogs/unreleased/shortcuts-issuable-fixture.yml
0 → 100644
View file @
31a4894a
---
title
:
Replace static fixture for shortcuts_issuable_spec
merge_request
:
7685
author
:
winniehell
spec/javascripts/fixtures/issuable.html.haml
deleted
100644 → 0
View file @
448c19aa
%form
.js-main-target-form
%textarea
#note_note
spec/javascripts/shortcuts_issuable_spec.js
View file @
31a4894a
...
...
@@ -4,9 +4,11 @@
(
function
()
{
describe
(
'
ShortcutsIssuable
'
,
function
()
{
fixture
.
preload
(
'
issuable.html
'
);
var
fixtureName
=
'
issues/open-issue.html.raw
'
;
fixture
.
preload
(
fixtureName
);
beforeEach
(
function
()
{
fixture
.
load
(
'
issuable.html
'
);
fixture
.
load
(
fixtureName
);
document
.
querySelector
(
'
.js-new-note-form
'
).
classList
.
add
(
'
js-main-target-form
'
);
return
this
.
shortcut
=
new
ShortcutsIssuable
();
});
return
describe
(
'
#replyWithSelectedText
'
,
function
()
{
...
...
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