Skip to content

Commit 8017cc2

Browse files
author
Workshop Participant
committed
Update integration tests for ECS deployment
1 parent 622faca commit 8017cc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/integration-tests/features/hotel_management.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Feature: AWS App Runner Hotel Web Application
1+
Feature: AWS Hotel Web Application
22

33
As a user,
4-
I want to navigate through the AWS App Runner Hotel web application
4+
I want to navigate through the AWS Hotel web application
55
So that I can view, add, and manage rooms.
66

77
Background:
88
Given I am on the homepage
99

1010
Scenario: Navigate to the homepage
11-
Then I should see the page title "AWS App Runner Hotel"
11+
Then I should see the page title "AWS Hotel"
1212
And I should see a navbar with "Home", "Rooms", and "Add" options
13-
And I should see the heading "Welcome to AWS App Runner Hotel"
13+
And I should see the heading "Welcome to AWS Hotel"
1414

1515
Scenario: Navigate to the Rooms page
1616
When I click on "Rooms" in the navbar

0 commit comments

Comments
 (0)