Grid_SortColumn details are incorrect on AppReference.
The current value is :
{ "Grid_SortColumn", "//div[Ivan Dyachkov (@id)='btnheaderselectcolumn']/parent::*//div[text()='[COLNAME]'"},
Expected value is :
{ "Grid_SortColumn", "//div[data-id='btnheaderselectcolumn']/parent::*//div[text()='[COLNAME]']"},
Please update the repository.
Grid_SortColumn details are incorrect on AppReference.
The current value is :
{ "Grid_SortColumn", "//div[Ivan Dyachkov (@id)='btnheaderselectcolumn']/parent::*//div[text()='[COLNAME]'"},
Expected value is :
{ "Grid_SortColumn", "//div[data-id='btnheaderselectcolumn']/parent::*//div[text()='[COLNAME]']"},
Please update the repository.