Skip to content

wrapper.setChecked(true) sets radioButton.selected = true not radioButton.checked = true #1930

Open
@THEPR9FESS9R

Description

@THEPR9FESS9R

Version

1.3.0

Reproduction link

github.com

Steps to reproduce

Switch to node version 14.15.1 -> run npm i -> run npm test

What is expected?

tests should pass

What is actually happening?

tests are failing


this.element.selected = true

should set " this.element.checked = true" not "this.element.selected = true"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions