Sha256: bcfdb1fc0ed8743dde496312c38a9976d37b75d537ce24a7756c937acc5b66e0
Contents?: true
Size: 299 Bytes
Versions: 62
Compression:
Stored size: 299 Bytes
Contents
# Commonly occurring user actions in tests. # This takes a username and by default assumes the password is 'password'. def log_in_as(login, plaintext_password = 'password') visit '/' fill_in 'username_or_email', with: login fill_in 'password', with: plaintext_password click_on 'Login' end
Version data entries
62 entries across 62 versions & 2 rubygems