Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PropTrackr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kerdo
PropTrackr
Commits
d2e9f0ac
Commit
d2e9f0ac
authored
5 months ago
by
Kerdo Kurs
Browse files
Options
Downloads
Patches
Plain Diff
update tests
parent
f5891431
No related branches found
No related tags found
1 merge request
!6
Resolve "FR-04: Change Password"
Pipeline
#43186
passed
5 months ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
features/contexts/password_change_context.exs
+0
-4
0 additions, 4 deletions
features/contexts/password_change_context.exs
features/password_change.feature
+0
-1
0 additions, 1 deletion
features/password_change.feature
with
0 additions
and
5 deletions
features/contexts/password_change_context.exs
+
0
−
4
View file @
d2e9f0ac
...
...
@@ -99,10 +99,6 @@ defmodule PasswordChangeContext do
{
:ok
,
state
}
end
and_
~r/^I should be logged out$/
,
fn
state
->
{
:ok
,
state
}
end
and_
~r/^I should be shown the change password form again$/
,
fn
state
->
assert
visible_in_page?
~r"Change your password"
{
:ok
,
state
}
...
...
This diff is collapsed.
Click to expand it.
features/password_change.feature
+
0
−
1
View file @
d2e9f0ac
...
...
@@ -10,7 +10,6 @@ Feature: Password Change
And
I enter my new password and confirm it
When
I click change password
Then
I should receive a success notification
And
I should be logged out
And
I should be redirected to the login page
Scenario
:
Authenticated user cannot change their password when invalid current password
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment