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
dbbd7212
Commit
dbbd7212
authored
Apr 25, 2018
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Settings spec -> use hidden class instead of hide
also remove debug
parent
80766821
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
app/views/ci/variables/_index.html.haml
app/views/ci/variables/_index.html.haml
+1
-1
spec/features/projects/tree/create_directory_spec.rb
spec/features/projects/tree/create_directory_spec.rb
+0
-2
No files found.
app/views/ci/variables/_index.html.haml
View file @
dbbd7212
...
...
@@ -2,7 +2,7 @@
.row
.col-lg-12.js-ci-variable-list-section
{
data:
{
save_endpoint:
save_endpoint
}
}
.hid
e
.alert.alert-danger.js-ci-variable-error-box
.hid
den
.alert.alert-danger.js-ci-variable-error-box
%ul
.ci-variable-list
-
@variables
.
each
.
each
do
|
variable
|
...
...
spec/features/projects/tree/create_directory_spec.rb
View file @
dbbd7212
...
...
@@ -10,8 +10,6 @@ feature 'Multi-file editor new directory', :js do
visit
project_tree_path
(
project
,
:master
)
live_debug
wait_for_requests
click_link
(
'Web IDE'
)
...
...
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