Closed mbaas2 closed 3 months ago
tested against updated branch "refactor/grid" - no longer a problem.
It seems you recently started giving ids to rows as well. (row-1...) I like the idea, but I think these will need to be prefixed with the name of the table, as otherwise those ids will not be unique. (DemoGrids has 2 tables and so there are 2 elements with id="row-1".
testing against the latest staging, I see this has been addressed.👍
for example: the checkbox in col
Fixed
has the same idF1.Holdings.CHECK
in all 3 rows. I would suggest to build ids likeF1.Holdings.r1.c2.CHECK
(andF1.Holdings.r1.c2
for the div corresponding to the cell).NB: these ids are currently not required for testing - I am able to address cells using XPath - but it might help other users in their automation efforts.
NB: this was logged against the current version of the
grid/cell-move
branch running "DemoGrids"