Fix login_spec

This commit is contained in:
Annabel Dunstone Gray 2018-05-25 04:53:26 -07:00
parent df76fd1675
commit 5322de32d1
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 1 additions and 1 deletions

View File

@ -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