We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6087ec6 commit c8d7d3aCopy full SHA for c8d7d3a
src/test/resources/org/soujava/demos/mongodb/room.feature
@@ -2,8 +2,8 @@ Feature: Manage hotel rooms
2
3
Scenario: Register a new room
4
Given the hotel management system is operational
5
- When I register a room with number 101
6
- Then the room with number 101 should appear in the room list
+ When I register a room with number 203
+ Then the room with number 203 should appear in the room list
7
8
Scenario: Register multiple rooms
9
0 commit comments