Skip to content

Commit

Permalink
feat: add modifyVisit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdeDevs committed Nov 10, 2024
1 parent f06aea4 commit 38eb057
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/resources/features/ModifyVisit.feature
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

0 comments on commit 38eb057

Please sign in to comment.