[MGNLTEST-110] Implement support for cell selection Created: 26/Oct/20  Updated: 17/Dec/20  Resolved: 17/Dec/20

Status: Closed
Project: Magnolia Test Framework
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: New Feature Priority: Neutral
Reporter: Andrei Ichimescu Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
duplicate
duplicates MGNLTEST-24 ContentApp provides facility to asser... Selected
Template:
Acceptance criteria:
Empty

 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)

Generated at Mon Feb 12 07:45:39 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.