Commit 5322de32 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix login_spec

parent df76fd16
......@@ -394,7 +394,7 @@ feature 'Login' do
end
def ensure_one_active_tab
expect(page).to have_selector('ul.new-session-tabs > li.active', count: 1)
expect(page).to have_selector('ul.new-session-tabs > li > a.active', count: 1)
end
def ensure_one_active_pane
......
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