BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
c2d9d5d6
Unverified
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
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