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

Implement support for cell selection

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Duplicate
    • Neutral
    • None
    • None
    • None

    Description

      Implement support for column and cell content assertion.

      Considering the following grid:
      1 -> |a|b|c|
      2 -> |a|d|c|
      3 -> |b|a|c|
      I would like to assert that the value of the second cell in the third row isĀ a
      The improved API is needed for ab-testing project.

      Suggestion for API extension:
      for ContentApp

      boolean hasGridColumn(String columnName)
      RowPageObject selectRowByPath(rowPath)
      

      for RowPageObject

        String getCellContentByColumnName(String columnName)
      

      Checklists

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                aichimescu Andrei Ichimescu
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: