mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
update spec
This commit is contained in:
parent
3b595cb839
commit
623fd25134
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ feature 'Sessions', type: :feature do
|
|||
|
||||
scenario 'Admin logs in' do
|
||||
visit root_path
|
||||
expect(page).to have_button('ID card (gitlab)')
|
||||
expect(page).to have_button('ID card (user1)')
|
||||
|
||||
click_on 'ID card (gitlab)'
|
||||
click_on 'ID card (user1)'
|
||||
expect(page).to have_text('Welcome!')
|
||||
|
||||
uri = URI.parse(current_url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue