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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
c2d9d5d6
Commit
c2d9d5d6
authored
Nov 27, 2017
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change click_button to click_link occurence
parent
24aadbdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/features/projects/clusters_spec.rb
spec/features/projects/clusters_spec.rb
+3
-3
No files found.
spec/features/projects/clusters_spec.rb
View file @
c2d9d5d6
...
...
@@ -30,7 +30,7 @@ feature 'Clusters', :js do
context
'when user opens opens create on gke page'
do
before
do
click_
button
'Add cluster'
click_
link
'Add cluster'
click_link
'Create on GKE'
end
...
...
@@ -219,12 +219,12 @@ feature 'Clusters', :js do
click_button
'Save'
end
it
'user sees the succe
cc
ful message'
do
it
'user sees the succe
ss
ful message'
do
expect
(
page
).
to
have_content
(
'Cluster was successfully updated.'
)
end
end
context
'when user dest
ory
the cluster'
do
context
'when user dest
roys
the cluster'
do
before
do
page
.
accept_confirm
do
click_link
'Remove integration'
...
...
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