Skip to content
Snippets Groups Projects

Resolve "FR-09: Update Property Advertisement"

Merged shyngys requested to merge 19-fr-09-update-property-advertisement into main
All threads resolved!
1 file
+ 16
16
Compare changes
  • Side-by-side
  • Inline
+ 16
16
kerdo
Last comment by shyngys
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