Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwing exception #107

Open
Elensn opened this issue Nov 18, 2020 · 0 comments
Open

Throwing exception #107

Elensn opened this issue Nov 18, 2020 · 0 comments

Comments

@Elensn
Copy link

Elensn commented Nov 18, 2020

Is it possible to throw an exception on purpose to make the step failing?

Example:

return driver.wait(until.elementLocated(by.xpath("/html/body/div[13]/div/div[4]"))).getText().then(function (text){
                console.log("Notify: " + text);

                if(text !== "Updated successfully"){
                        throw exception
                   
                }
        });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant