ca-protractor-helper
v1.1.1
Published
Write robust and flakiness free tests with Protractor
Downloads
4
Readme
Protractor helper's library
waitForElementPresence(element)
waitForElementNotToBePresent(element)
waitForElementVisibility(element)
waitForElementNotToBeVisible(element)
waitForTextToBePresentInElement(element, text)
waitForTextNotToBePresentInElement(element, text)
waitForUrlToBeEqualToExpectedUrl(expectedUrl)
waitForUrlNotToBeEqualToExpectedUrl(expectedUrl)
waitForUrlToContainString(string)
waitForUrlNotToContainString(string)