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

href don't work #19

Open
EpiphanyMachine opened this issue Jan 28, 2015 · 0 comments
Open

href don't work #19

EpiphanyMachine opened this issue Jan 28, 2015 · 0 comments
Labels

Comments

@EpiphanyMachine
Copy link
Member

working:

expect($('[href="images/employeeDependentUpload.csv"]')).toBeVisible();

not working

expect(find('[href="images/employeeDependentUpload.csv"]')).toBeVisible(); <-- grabs element below correct one

expect(find('href="images/employeeDependentUpload.csv"')).toBeVisible();
expect(find('"images/employeeDependentUpload.csv"')).toBeVisible();
expect(find('images/employeeDependentUpload.csv')).toBeVisible();
expect(find('employeeDependentUpload.csv')).toBeVisible();
expect(find('~employeeDependentUpload.csv')).toBeVisible();
expect(find('~employeeDependentUpload')).toBeVisible();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant