Uploaded image for project: 'Magnolia Test Framework'
  1. Magnolia Test Framework
  2. MGNLTEST-85

Simplify navigation and constructing URLs to public / author

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 1.0.2
    • None

      The current way of navigating to an URL and asserting properties about a RenderedPage is a bit cumbersome and verbose:

      expect.navigation().to(InstanceAwareTestCase.Instance.PUBLIC.getURL("lorem-ipsum.html"));
      expect.renderedPage("Lorem ipsum"); 

       

      We should devise and implement an API that simplifies navigation and hides the details about constructing URLs to public and author instances.

        Acceptance criteria

              mduerig Michael Duerig
              mduerig Michael Duerig
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD