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
ea79aab7
Commit
ea79aab7
authored
Jul 04, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix failing CI jobs
parent
09308013
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/pages/projects/index.js
app/assets/javascripts/pages/projects/index.js
+1
-1
ee/spec/features/projects/clusters/gcp_spec.rb
ee/spec/features/projects/clusters/gcp_spec.rb
+1
-1
spec/features/projects/clusters/gcp_spec.rb
spec/features/projects/clusters/gcp_spec.rb
+1
-1
No files found.
app/assets/javascripts/pages/projects/index.js
View file @
ea79aab7
...
...
@@ -4,7 +4,7 @@ import Project from './project';
import
ShortcutsNavigation
from
'
../../shortcuts_navigation
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
const
page
=
document
.
body
.
dataset
.
page
;
const
{
page
}
=
document
.
body
.
dataset
;
const
newClusterViews
=
[
'
projects:clusters:new
'
,
'
projects:clusters:create_gcp
'
,
...
...
ee/spec/features/projects/clusters/gcp_spec.rb
View file @
ea79aab7
...
...
@@ -18,7 +18,7 @@ feature 'Gcp Cluster', :js do
visit
project_clusters_path
(
project
)
click_link
'Add Kubernetes cluster'
click_link
'Add
an existing Kubernetes
cluster'
click_link
'Add
existing
cluster'
end
it
'user sees the "Environment scope" field'
do
...
...
spec/features/projects/clusters/gcp_spec.rb
View file @
ea79aab7
...
...
@@ -162,7 +162,7 @@ feature 'Gcp Cluster', :js do
visit
project_clusters_path
(
project
)
click_link
'Add Kubernetes cluster'
click_link
'Add
an existing Kubernetes
cluster'
click_link
'Add
existing
cluster'
end
it
'user does not see the "Environment scope" field'
do
...
...
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