-
Notifications
You must be signed in to change notification settings - Fork 358
Closed
Labels
featureFeature requestFeature requestgood first issueContributions welcome!Contributions welcome!testRelated to testingRelated to testinguiRelated to UIRelated to UI
Description
Q SDK Version, OS
0.8.0, 0.8.2 @ OS X
Actual behavior
Prior to 0.8.0 release the following code used to produce a DOM element with data-test="country" property:
ui.picker(name='country', label='Region', values=selected_country, max_choices=1, choices=city_choices)
After 0.8.0, there's no DOM element with data-test="country", which breaks e2e cypress tests
Expected behavior
If UI element has name property defined, it should be translated to DOM element with data-test property with the same value to enable cypress testing
Steps To Reproduce
- create an app with
ui.picker(name='country', ....) - run with wave 0.8.x
- inspect the DOM of the generated UI
Metadata
Metadata
Assignees
Labels
featureFeature requestFeature requestgood first issueContributions welcome!Contributions welcome!testRelated to testingRelated to testinguiRelated to UIRelated to UI