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
Merge requests
!15
Resolve "FR-09: Update Property Advertisement"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "FR-09: Update Property Advertisement"
19-fr-09-update-property-advertisement
into
main
Overview
2
Commits
4
Pipelines
2
Changes
9
All threads resolved!
Hide all comments
Merged
shyngys
requested to merge
19-fr-09-update-property-advertisement
into
main
5 months ago
Overview
2
Commits
4
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#19 (closed)
0
0
Merge request reports
Compare
version 1
version 1
9ad14179
5 months ago
main (base)
and
latest version
latest version
e2e1a6cc
4 commits,
5 months ago
version 1
9ad14179
3 commits,
5 months ago
Show latest version
1 file
+
16
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
features/config.exs
+
16
−
16
Options
1 comment
Last comment by
shyngys
5 months ago
defmodule
WhiteBreadConfig
do
use
WhiteBread
.
SuiteConfiguration
#
suite name: "FR-01 User Registration Features",
#
context: UserRegistrationContext,
#
feature_paths: ["features/user_registration.feature"]
suite
name:
"FR-01 User Registration Features"
,
context:
UserRegistrationContext
,
feature_paths:
[
"features/user_registration.feature"
]
#
suite name: "FR-02 User Login Features",
#
context: UserLoginContext,
#
feature_paths: ["features/user_login.feature"]
suite
name:
"FR-02 User Login Features"
,
context:
UserLoginContext
,
feature_paths:
[
"features/user_login.feature"
]
#
suite name: "FR-03 User Logout Features",
#
context: UserLogoutContext,
#
feature_paths: ["features/user_logout.feature"]
suite
name:
"FR-03 User Logout Features"
,
context:
UserLogoutContext
,
feature_paths:
[
"features/user_logout.feature"
]
#
suite name: "FR-04 Password Change Features",
#
context: PasswordChangeContext,
#
feature_paths: ["features/password_change.feature"]
suite
name:
"FR-04 Password Change Features"
,
context:
PasswordChangeContext
,
feature_paths:
[
"features/password_change.feature"
]
#
suite name: "FR-30 User Profile Features",
#
context: UserProfileContext,
#
feature_paths: ["features/user_profile.feature"]
suite
name:
"FR-30 User Profile Features"
,
context:
UserProfileContext
,
feature_paths:
[
"features/user_profile.feature"
]
suite
name:
"Property Update Features"
,
suite
name:
"
FR-09
Property Update Features"
,
context:
PropertyUpdateContext
,
feature_paths:
[
"features/property_update.feature"
]
Loading