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

Shortcut findElements() mechanism for data attributes #39

Open
scottconnerly opened this issue Jan 7, 2020 · 0 comments
Open

Shortcut findElements() mechanism for data attributes #39

scottconnerly opened this issue Jan 7, 2020 · 0 comments

Comments

@scottconnerly
Copy link

What are you trying to achieve? (Expected behavior)

A shortcut match() selector for data attributes.

What do you get instead? (Actual behavior)

Need to specify the whole css selector

How could the issue be reproduced? (Steps to reproduce)

Using the example in https://medium.com/swlh/5-tricks-to-elevate-your-automated-regression-tests-762f437c55e6

<a href="/footwear/boots/ankle-boots" data-qaid="shop-ankle-boots">Shop ankle boots</a>

it could be along the lines of:

$i->click(['data' => 'qaid|shop-ankle-boots'])

while today it is:

$i->click(['css' => '[data-qaid="shop-ankle-boots"]']);

Details

  • Codeception version: 3.1.1
@Naktibalda Naktibalda transferred this issue from Codeception/Codeception Jan 2, 2021
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