Test for changing address.

This commit is contained in:
2022-06-19 08:51:32 -04:00
parent 72df9189a6
commit b5f5cbdbbe
2 changed files with 13 additions and 0 deletions

View File

@ -22,3 +22,10 @@ Feature: Server Start
And it is running
When the home page is accessed
Then the status should be OK
Scenario: Start using the server on an alternate address
Given a server
And the address is changed
And it is running
When the home page is accessed
Then the status should be OK