Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
GitLab Community Edition
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
13,964
Issues
13,964
List
Boards
Labels
Service Desk
Milestones
Merge Requests
802
Merge Requests
802
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
GitLab Community Edition
Commits
346dcb06
Commit
346dcb06
authored
Dec 04, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spec/features/projects/clusters/user_spec.rb
parent
4716b088
Pipeline
#14707990
failed with stages
in 91 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
user_spec.rb
spec/features/projects/clusters/user_spec.rb
+5
-3
No files found.
spec/features/projects/clusters/user_spec.rb
View file @
346dcb06
...
...
@@ -29,9 +29,11 @@ feature 'User Cluster', :js do
it
'user sees a cluster details page'
do
expect
(
page
).
to
have_content
(
'Enable cluster integration'
)
expect
(
page
).
to
have_content
(
'dev-cluster'
)
expect
(
page
).
to
have_content
(
'http://example.com'
)
expect
(
page
).
to
have_content
(
'my-token'
)
expect
(
page
.
find_field
(
'cluster[name]'
).
value
).
to
eq
(
'dev-cluster'
)
expect
(
page
.
find_field
(
'cluster[platform_kubernetes_attributes][api_url]'
).
value
)
.
to
have_content
(
'http://example.com'
)
expect
(
page
.
find_field
(
'cluster[platform_kubernetes_attributes][token]'
).
value
)
.
to
have_content
(
'my-token'
)
end
end
...
...
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