Merge pull request #364 from p/grammar
Grammar fix in a comment
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment