-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Created by abdee at 10/11/24 | ||
Feature: Modify Visit | ||
As a user | ||
I want to modify a visit to an advertisement | ||
So that I can change the visit details | ||
|
||
Scenario: Modify visit request | ||
Given There is an advertisement with title "Cozy Loft" and address "Carrer de les Flors 10" | ||
And I login as "demo" with password "password" | ||
And I request a visit to the advertisement with title "Cozy Loft" | ||
When I modify the visit request to the advertisement with title "Cozy Loft" with new date "2025-08-01T10:00:00Z" | ||
Then The visit is successfully modified |