Commit e13a3c71 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'qa-fix-sanity-framework-test' into 'master'

Fix a sanity framework test

See merge request gitlab-org/gitlab-ce!21956
parents b138e924 e2a2ba68
......@@ -6,9 +6,7 @@ module QA
it 'succeeds' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform do |main_login|
expect(main_login.sign_in_tab?).to be(true)
end
expect(page).to have_text('Open source software to collaborate on code')
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