assertEquals(
"updated value not found, wrong cell or contents (1st column of the 2nd row expected)",
"baa", table.getCell(1, 0).getText());
// check that selection got updated correctly
List<WebElement> selected = table.findElement(
By.className("v-table-body")).findElements(
By.className("v-selected"));
assertEquals(1, selected.size());
WebElement content = selected.get(0).findElement(