Closed stefanseifert closed 9 years ago
example is currently:
.withLink("/todo-list/search;{searchterm}", "td:search") .withLink("/todo-list/description", "td:description")
should be:
.withLink("td:search", "/todo-list/search;{searchterm}") .withLink("td:description", "/todo-list/description")
example is currently:
should be: