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
c36c7470
Commit
c36c7470
authored
Nov 16, 2021
by
Sofia Vistas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix autodevops after broken UI flow
parent
9a1eeb7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/javascripts/clusters_list/components/clusters_view_all.vue
...avascripts/clusters_list/components/clusters_view_all.vue
+1
-0
qa/qa/page/project/infrastructure/kubernetes/index.rb
qa/qa/page/project/infrastructure/kubernetes/index.rb
+4
-4
qa/qa/resource/kubernetes_cluster/project_cluster.rb
qa/qa/resource/kubernetes_cluster/project_cluster.rb
+1
-1
No files found.
app/assets/javascripts/clusters_list/components/clusters_view_all.vue
View file @
c36c7470
...
...
@@ -205,6 +205,7 @@ export default {
></gl-link
><gl-button
category=
"secondary"
data-qa-selector=
"connect_existing_cluster_button"
variant=
"confirm"
class=
"gl-ml-4"
:href=
"addClusterPath"
...
...
qa/qa/page/project/infrastructure/kubernetes/index.rb
View file @
c36c7470
...
...
@@ -6,12 +6,12 @@ module QA
module
Infrastructure
module
Kubernetes
class
Index
<
Page
::
Base
view
'app/
views/clusters/clusters/_cluster_list.html.haml
'
do
element
:
integrate_kubernetes
_cluster_button
view
'app/
assets/javascripts/clusters_list/components/clusters_view_all.vue
'
do
element
:
connect_existing
_cluster_button
end
def
connect_
cluster_with_certificate
find
(
'.js-add-cluster'
).
click
def
connect_
existing_cluster
click_link
'Connect existing cluster'
end
def
has_cluster?
(
cluster
)
...
...
qa/qa/resource/kubernetes_cluster/project_cluster.rb
View file @
c36c7470
...
...
@@ -24,7 +24,7 @@ module QA
&
:go_to_infrastructure_kubernetes
)
Page
::
Project
::
Infrastructure
::
Kubernetes
::
Index
.
perform
(
&
:connect_
cluster_with_certificate
)
&
:connect_
existing_cluster
)
Page
::
Project
::
Infrastructure
::
Kubernetes
::
Add
.
perform
(
&
:add_existing_cluster
)
...
...
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