SJRK-240: Browser tests not being served on staging site

Metadata

Source
SJRK-240
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Gregor Moss
Created
2019-03-21T19:13:52.852-0400
Updated
2019-03-25T11:40:19.771-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool Server

Description

The browser tests are not accessible on the staging site after merging the pull request for SJRK-224: https://github.com/inclusive-design/ci-service/pull/34

If tested locally, they are accessible at http://localhost:8081/tests/

Expected:
The same tests should be accessible at http://staging-stories.floeproject.org/tests/

Actual:
The server response is

{"isError":true,"message":"Cannot GET /tests/"}

The same issue exists for the "binaries" folder (located at \tests\binaries\ in the source)

Comments