diff --git a/lib/expectedConditions.ts b/lib/expectedConditions.ts index 43d399fb9..209713608 100644 --- a/lib/expectedConditions.ts +++ b/lib/expectedConditions.ts @@ -227,7 +227,7 @@ export class ProtractorExpectedConditions { * // Waits for the element with id 'myInput' to contain the input 'foo'. * browser.wait(EC.textToBePresentInElementValue($('#myInput'), 'foo'), 5000); * - * @alias ExpectedConditions.textToBePresentInElement + * @alias ExpectedConditions.textToBePresentInElementValue * @param {!ElementFinder} elementFinder The element to check * @param {!string} text The text to verify against *