|
Implement the Integration tests for SPA personalization of components. Use the "External SPA" mechanism to load a SPA running on another server.
Scenarios
- Add component variant.
- Select a component variant
- Choose audience.
- Delete variant.
- Add a page variant
- Hide / Show original
- Delete all component variants.
See https://git.magnolia-cms.com/projects/TESTING/repos/features-store/browse/SPA/spa-p13n-components.feature
Developer note
- The test-fwk doesn't provide Page Objects to handle component variants yet.
- Since this concerns p13n, test must run against a dx-core webapp- but dx-core-test-webapp is not yet enabled for SPA (only ce-test-webapp is SPA-enabled yet)
|