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:
commit
e13a3c71c4
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue