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
d42ff99d
Commit
d42ff99d
authored
Dec 11, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in spec/features/projects/clusters_spec.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
9309c8af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
spec/features/projects/clusters_spec.rb
spec/features/projects/clusters_spec.rb
+0
-10
No files found.
spec/features/projects/clusters_spec.rb
View file @
d42ff99d
...
...
@@ -15,12 +15,6 @@ feature 'Clusters', :js do
before
do
visit
project_clusters_path
(
project
)
end
<<<<<<<
HEAD
it
'sees empty state'
do
expect
(
page
).
to
have_link
(
'Add cluster'
)
expect
(
page
).
to
have_selector
(
'.empty-state'
)
=======
it
'sees empty state'
do
expect
(
page
).
to
have_link
(
'Add cluster'
)
...
...
@@ -39,7 +33,6 @@ feature 'Clusters', :js do
it
'user sees a table with one cluster'
do
# One is the header row, the other the cluster row
expect
(
page
).
to
have_selector
(
'.gl-responsive-table-row'
,
count:
2
)
>>>>>>>
origin
/
master
end
end
...
...
@@ -103,8 +96,6 @@ feature 'Clusters', :js do
click_link
cluster
.
name
end
<<<<<<<
HEAD
=======
context
'when license has multiple clusters feature'
do
before
do
allow_any_instance_of
(
EE
::
Project
).
to
receive
(
:feature_available?
).
with
(
:multiple_clusters
).
and_return
(
true
)
...
...
@@ -172,7 +163,6 @@ feature 'Clusters', :js do
click_link
cluster
.
name
end
>>>>>>>
origin
/
master
it
'user sees a cluster details page'
do
expect
(
page
).
to
have_button
(
'Save'
)
expect
(
page
.
find
(
:css
,
'.cluster-name'
).
value
).
to
eq
(
cluster
.
name
)
...
...
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