Skip to content

Make every element easily selectable for testing. #91

@prasanna1211

Description

@prasanna1211

A tricky task considering what some other libraries forgot to offer.

Objective:
Testable ids can be attached through props. These ids enable to select particular elements to simulate events.

Best example would be, in select component when we click the input, dropdown will be opening. The dropdown is basically a set of divs with each item clickable. We should allow users to pass down unique ids which will be added to DOM.

I guess the best solution would be addressing each component individually.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions