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

Implement support for cell selection

XMLWordPrintable

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

      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)
      

        Acceptance criteria

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

                Created:
                Updated:
                Resolved: