Sha256: 9ae0eb58c38d5310b403b8b122e2383a77af1cdc5c38104671e1025e33688fb8

Contents?: true

Size: 167 Bytes

Versions: 177

Compression:

Stored size: 167 Bytes

Contents

def sign_in
  user = create(:admin_user)
  visit "/admin"
  fill_in "Email", with: user.email
  fill_in "Password", with: "password"
  click_button "Login"
  user
end

Version data entries

177 entries across 175 versions & 5 rubygems

Version Path
brightcontent-attachments-2.6.0 spec/support/acceptance_helper.rb
brightcontent-pages-2.6.0 spec/support/acceptance_helper.rb
brightcontent-attachments-2.5.1 spec/support/acceptance_helper.rb
brightcontent-pages-2.5.1 spec/support/acceptance_helper.rb
brightcontent-core-2.5.1 spec/support/acceptance_helper.rb
brightcontent-attachments-2.5.0 spec/support/acceptance_helper.rb
brightcontent-pages-2.5.0 spec/support/acceptance_helper.rb
brightcontent-core-2.5.0 spec/support/acceptance_helper.rb
brightcontent-attachments-2.4.6 spec/support/acceptance_helper.rb
brightcontent-pages-2.4.6 spec/support/acceptance_helper.rb
brightcontent-core-2.4.6 spec/support/acceptance_helper.rb
brightcontent-attachments-2.4.5 spec/support/acceptance_helper.rb
brightcontent-pages-2.4.5 spec/support/acceptance_helper.rb
brightcontent-core-2.4.5 spec/support/acceptance_helper.rb
brightcontent-attachments-2.4.4 spec/support/acceptance_helper.rb
brightcontent-pages-2.4.4 spec/support/acceptance_helper.rb
brightcontent-core-2.4.4 spec/support/acceptance_helper.rb
brightcontent-pages-2.4.3 spec/support/acceptance_helper.rb
brightcontent-attachments-2.4.3 spec/support/acceptance_helper.rb
brightcontent-core-2.4.3 spec/support/acceptance_helper.rb