Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 39485ca

Browse files
IgorSasovetsqiyigg
authored andcommitted
fix(typo): fixed typo in EC expectation alias (#4952)
1 parent 07fefeb commit 39485ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/expectedConditions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export class ProtractorExpectedConditions {
227227
* // Waits for the element with id 'myInput' to contain the input 'foo'.
228228
* browser.wait(EC.textToBePresentInElementValue($('#myInput'), 'foo'), 5000);
229229
*
230-
* @alias ExpectedConditions.textToBePresentInElement
230+
* @alias ExpectedConditions.textToBePresentInElementValue
231231
* @param {!ElementFinder} elementFinder The element to check
232232
* @param {!string} text The text to verify against
233233
*

0 commit comments

Comments
 (0)