Skip to content

controlgroup.valueChange not firing anymore when input[text] is cleared by protractor #5730

@Sabartius

Description

@Sabartius

Hey,

since the Merge of #5401 it's harder to test angular2-applications with protractor. Before you could clear an input-field[text] with webelement.clear() & webelement.sendKeys("") and form.valueChange would fire with the change. Since the PR the valueChange is not firing anymore.
Now the only way to clear an input[text] is to send BACKSPACEs, which isn't very convenient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: testingIssues related to Angular testing features, such as TestBed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions