Commit e58e48a8 authored by Justin Ho's avatar Justin Ho

Fix feature spec to use human-readable text

parent d4e296a4
......@@ -22,7 +22,7 @@ RSpec.shared_context 'project service activation' do
end
def click_active_checkbox
find('input[name="service[active]"]').click
find('label', text: 'Active').click
end
def click_save_integration
......
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