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
4890d3b1
Commit
4890d3b1
authored
4 months ago
by
Kerdo Kurs
Browse files
Options
Downloads
Patches
Plain Diff
skip email constraint test for now
#46
parent
8bf2165b
No related branches found
No related tags found
2 merge requests
!12
Resolve "FR-30: Profile page"
,
!10
Resolve "FR-30: Profile page"
Pipeline
#43960
passed
4 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/proptrackr_web/controllers/user_controller_test.exs
+2
-0
2 additions, 0 deletions
test/proptrackr_web/controllers/user_controller_test.exs
with
2 additions
and
0 deletions
test/proptrackr_web/controllers/user_controller_test.exs
+
2
−
0
View file @
4890d3b1
...
...
@@ -29,6 +29,8 @@ defmodule PropTrackrWeb.UserControllerTest do
assert
html_response
(
conn
,
200
)
=~
"Passwords do not match."
end
# TODO(Kerdo): Reintroduce this test when re-enabling already existing email constraint
@tag
:skip
test
"AC4: user sees an error if an account with the same email exists"
,
%{
conn:
conn
,
user_params:
user_params
}
do
Repo
.
insert!
(%
User
{
email:
user_params
[
:email
],
password:
"test123"
})
conn
=
post
(
conn
,
"/register"
,
user:
user_params
)
...
...
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