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

WaitForElementVisible does not log when it does not find the element in nightwatchv1.1 #2069

Closed
slwang opened this issue Apr 17, 2019 · 1 comment

Comments

@slwang
Copy link

slwang commented Apr 17, 2019

1、testcase:
leftBarSection.waitForElementVisible('@iconIsActive')
leftBarSection.waitForElementVisible('@iconSearch')
leftBarSection.waitForElementVisible('@iconSearch2')

iconSearch could not be found
iconSearch2 can be found

myconfig:
waitForConditionTimeout: 10000,

2、result in nightwatchv1.1:
image

But wait 10,000 before checking the element iconSearch2

3、result in v1.0.19
image

@beatfactor
Copy link
Member

Fixed in v1.1.1, thanks for reporting.

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

2 participants