omniauth.feature 437 Bytes
Feature: Omniauth authentication
  In order to sign in more easily
  As a regular user
  I want to authenticate with an external provider

  Scenario: through Colab
    Given I am logged in as a Colab user
    When I am at the homepage
    Then I should be logged in
    When I click the Edit Account link
    Then I should not see "Password"
    And I should not see "Password Confirmation"
    And I should not see "Current Password"