Commit b0648e04 b0648e0412de1a55de014c8832ffec34a9143265 by Oleg Pudeyev

Grammar fix in a comment

1 parent 34afc8d8
...@@ -412,7 +412,7 @@ Tester.prototype.assertSelectorExist = function assertExists(selector, message) ...@@ -412,7 +412,7 @@ Tester.prototype.assertSelectorExist = function assertExists(selector, message)
412 412
413 /** 413 /**
414 * Asserts that an element matching the provided selector expression does not 414 * Asserts that an element matching the provided selector expression does not
415 * exists in remote DOM. 415 * exist in remote DOM.
416 * 416 *
417 * @param String selector Selector expression 417 * @param String selector Selector expression
418 * @param String message Test description 418 * @param String message Test description
......