DynamicTable data-testid inconsistency

Hi All,

I noticed that the data-testid attribute of the tbody tag that DynamicTable (14.8.5) generates is postfixed with '--body' if the table is not rankable, but lacks this postfix if it is rankable. The thead tags are postfixed with '--head' in both cases. I suppose this inconsistency is accidental and the '--body' postfix should always be present.

Non-rankable, line 23: Bitbucket

Rankable, line 117: Bitbucket

Head, line 62: Bitbucket

This does not break anything for us, but once fixed, we’ll have to adjust our code to it. It seems to be a trivial change and we’d rather see it fixed now than at some random time in the future.

Thanks,
Gabor