Skip to content
Snippets Groups Projects
Commit 51a62fce authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed failing tests

parent 8fa8cba0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@
= form_for @notification_setting, url: namespace_project_notification_setting_path(@project.namespace.becomes(Namespace), @project), method: :patch, remote: true, html: { class: 'inline', id: 'notification-form' } do |f|
= f.hidden_field :level
.dropdown
%button.btn.notifications-btn#notifications-button{ data: { toggle: "dropdown" }, aria: { haspopup: "true", expanded: "false" } }
%button.btn.btn-default.notifications-btn#notifications-button{ data: { toggle: "dropdown" }, aria: { haspopup: "true", expanded: "false" } }
= icon('bell')
= notification_title(@notification_setting.level)
= icon('caret-down')
Loading
Loading
Loading
Loading
@@ -126,7 +126,7 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
 
step 'I click notifications drop down button' do
click_link 'notifications-button'
find('#notifications-button').click
end
 
step 'I choose Mention setting' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment