More tests on domain transferring

This commit is contained in:
Martin Lensment 2014-09-29 12:41:15 +03:00
parent 72a37f3b08
commit d2565d646d
2 changed files with 69 additions and 3 deletions

View file

@ -1,6 +1,6 @@
module Feature
def sign_in(user)
visit root_path
visit '/logout'
click_on 'ID card (gitlab)' if user.username == 'gitlab'
click_on 'ID card (zone)' if user.username == 'zone'
click_on 'ID card (elkdata)' if user.username == 'elkdata'