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

Fix a sanity framework test

See merge request gitlab-org/gitlab-ce!21956
This commit is contained in:
Douglas Barbosa Alexandre 2018-09-27 17:46:09 +00:00
commit e13a3c71c4
1 changed files with 1 additions and 3 deletions

View File

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