FLUID-6715: Full Page with Schema manual test failing to load ToC message bundle

Metadata

Source
FLUID-6715
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2022-02-03T08:22:46.127-0500
Updated
2022-02-09T09:52:17.310-0500
Versions
N/A
Fixed Versions
  1. 4.0
Component
  1. Prefs Framework

Description

The Preferences Editor: Full Page, With Preview, Using Schema manual test fails to load the Table of Contents message bundle as it does not appear to be resolving the %messagePrefix token in the URL.

https://build-infusion.fluidproject.org/tests/manual-tests/framework/preferences/fullpage-schema/%messagePrefix/tableOfContents-enactor.json

Steps to reproduce:

  1. Open the Full Page with Schema manual test
  2. Toggle the Table of Contents preference on
  3. Notice that it does not appear enabled in the preview
  4. In the console notice the following errors that happen on page load.
XHRGEThttps://build-infusion.fluidproject.org/tests/manual-tests/framework/preferences/fullpage-schema/%messagePrefix/tableOfContents-enactor.json[HTTP/2 400 Bad Request 37ms] 
XHRGEThttps://build-infusion.fluidproject.org/tests/manual-tests/framework/preferences/fullpage-schema/%messagePrefix/tableOfContents-enactor_en.json[HTTP/2 400 Bad Request 53ms] 
XHRGEThttps://build-infusion.fluidproject.org/tests/manual-tests/framework/preferences/fullpage-schema/%messagePrefix/tableOfContents-enactor_en.json

Comments