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

[test] Broken rules when mixing CSS and xpath rules #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gforcada
Copy link
Member

@gforcada gforcada commented Aug 3, 2017

These tests showcase an error we noticed at www.freitag.de:

If you have the very same rules,
but one written with CSS selectors and the other with xpath selectors,
but only one should be applied at a time (there's a conditional guard for each of them)
the conditional is ignored and both rules are applied.

This does not happen if both rules are done in either CSS or xpath as can be seen on the css-css-same-element and xpath-xpath-same-element tests.

The puzzling thing is that depending on the inner rules a conditional is applied or not.

This test showcases an error we noticed at www.freitag.de:

If you have the very same rules,
but one written with CSS selectors and the other with xpath selectors,
but only one should be applied at a time (there's a conditional guard for each of them)
the conditional is ignored and both rules are applied.

This does not happen if both rules are done in either CSS or xpath...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants