Commit f5ff3721 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix failures

parent f9023adb
...@@ -30,7 +30,7 @@ feature 'Admin updates settings', feature: true do ...@@ -30,7 +30,7 @@ feature 'Admin updates settings', feature: true do
expect(page).to have_content 'Application settings saved successfully' expect(page).to have_content 'Application settings saved successfully'
click_link 'Slack' click_link 'Slack notifications'
page.all('input[type=checkbox]').each do |checkbox| page.all('input[type=checkbox]').each do |checkbox|
expect(checkbox).to be_checked expect(checkbox).to be_checked
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment