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
4f7567a2
Commit
4f7567a2
authored
Nov 05, 2019
by
leiminghuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
since there is no js work on .js-emails-disabled, just remove it
parent
95b4ba9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
spec/features/issues/user_toggles_subscription_spec.rb
spec/features/issues/user_toggles_subscription_spec.rb
+0
-1
No files found.
spec/features/issues/user_toggles_subscription_spec.rb
View file @
4f7567a2
...
...
@@ -33,7 +33,6 @@ describe "User toggles subscription", :js do
it
'is disabled'
do
expect
(
page
).
to
have_content
(
'Notifications have been disabled by the project or group owner'
)
expect
(
page
).
to
have_selector
(
'.js-emails-disabled'
,
visible:
true
)
expect
(
page
).
not_to
have_selector
(
'.js-issuable-subscribe-button'
)
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