Assert that the element identified by the selector doesn't have children nodes
browser
.url("http://github.com")
.assert.elementHasNoChildren("#list-of-tasks")
Author: maxgalbu
- String selector - the element selector
- String [msg] - output to identify the assertion