Commit 223663fe authored by Bryce Johnson's avatar Bryce Johnson

Fix docsurl spec.

parent 5ca5f552
......@@ -70,7 +70,7 @@ shared_examples 'issuable time tracker' do
page.within '#issuable-time-tracker' do
find('.help-button').click
expect(find_link('Learn more')[:href]).to eq('/help/workflow/time_tracking.md')
expect(find_link('Learn more')[:href]).to have_content('/help/workflow/time_tracking.md')
end
end
end
......
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