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

Improve ContentApp item existence check methods

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Resolved
    • Neutral
    • 1.4.6
    • None
    • None

    Description

      Currently ContentApp provides the methods:

      • boolean hasRow(String itemCaption)
      • boolean rowIsGone(String itemCaption)

      Generally, it would be"nicer", actually better to provide

      • boolean hasRow(String path)
      • boolean rowIsGone(String path)

      These methods should work

      • both in tree-view andlist-view
      • in tree-view fully-collapsed situation

      Needs to be checked what currently works.
      Assumption is, that whether it works or not depends on the situation whether something is selected or not.

      Proposal:

      • Implement the methods with path parameter.
      • Mark the methods with itemCaption parameter as deprecated.

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              hpola Harshini Pola
              cmeier Christoph Meier
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Work Started:

                Checklists

                  Task DoD