Skip to content

Commit

Permalink
update tests with matching labels and inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 15, 2023
1 parent 18ae93c commit 14e9998
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spec/system/users/edit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345"
fill_in "Current Password", with: "12345"
fill_in "New Password", with: "123456789"
fill_in "New Password Confirmation", with: "123456789"

Expand All @@ -29,7 +29,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345678"
fill_in "Current Password", with: "12345678"
fill_in "New Password", with: "123"
fill_in "New Password Confirmation", with: "1234"

Expand Down Expand Up @@ -65,7 +65,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345678"
fill_in "Current Password", with: "12345678"
fill_in "New Password", with: "123456789"
fill_in "New Password Confirmation", with: "123456789"

Expand All @@ -83,7 +83,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345678"
fill_in "Current Password", with: "12345678"
fill_in "New Password", with: "123456789"
fill_in "Password Confirmation", with: "123456789"

Expand Down Expand Up @@ -235,7 +235,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345678"
fill_in "Current Password", with: "12345678"
fill_in "New Password", with: "123456789"
fill_in "Password Confirmation", with: "123456789"

Expand Down Expand Up @@ -457,7 +457,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345678"
fill_in "Current Password", with: "12345678"
fill_in "New Password", with: "123"
fill_in "Password Confirmation", with: "1234"

Expand All @@ -476,7 +476,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345678"
fill_in "Current Password", with: "12345678"
fill_in "New Password", with: "123456789"
fill_in "Password Confirmation", with: "123456789"

Expand Down Expand Up @@ -511,7 +511,7 @@

click_on "Change Password"

fill_in "current_password", with: "12345678"
fill_in "Current Password", with: "12345678"
fill_in "New Password", with: "123456789"
fill_in "Password Confirmation", with: "123456789"

Expand Down

0 comments on commit 14e9998

Please sign in to comment.