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
35b5c830
Commit
35b5c830
authored
May 29, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further fixes for project subscription_spec
parent
97a2f296
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
spec/features/projects/labels/subscription_spec.rb
spec/features/projects/labels/subscription_spec.rb
+1
-3
No files found.
spec/features/projects/labels/subscription_spec.rb
View file @
35b5c830
...
@@ -67,10 +67,8 @@ feature 'Labels subscription' do
...
@@ -67,10 +67,8 @@ feature 'Labels subscription' do
def
click_link_on_dropdown
(
text
)
def
click_link_on_dropdown
(
text
)
find
(
'.dropdown-group-label'
).
click
find
(
'.dropdown-group-label'
).
click
screenshot_and_open_image
page
.
within
(
'.dropdown-group-label'
)
do
page
.
within
(
'.dropdown-group-label'
)
do
find
(
'
a
.js-subscribe-button'
,
text:
text
).
click
find
(
'.js-subscribe-button'
,
text:
text
).
click
end
end
end
end
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