Sha256: a73472b48c4b751e34e3ae279ec051fdc09b11ea7a84146b5000a2adf9c85e67

Contents?: true

Size: 464 Bytes

Versions: 56

Compression:

Stored size: 464 Bytes

Contents

require "application_system_test_case"

class PasswordsTest < ApplicationSystemTestCase
  setup do
    @user = sign_in_as(users(:lazaro_nixon))
  end

  test "updating the password" do
    click_on "Change password"

    fill_in "Current password", with: "Secret1*3*5*"
    fill_in "New password", with: "Secret6*4*2*"
    fill_in "Confirm new password", with: "Secret6*4*2*"
    click_on "Save changes"

    assert_text "Your password has been changed"
  end
end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
authentication-zero-2.16.36 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.35 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.34 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.33 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.32 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.31 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.30 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.29 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.28 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.27 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.26 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.25 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.24 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.23 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.22 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.21 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.20 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.19 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.18 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt
authentication-zero-2.16.17 lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt