FlowingCode / ChipFieldAddon

Vaadin Flow integration of https://github.com/ThomasCybulski/paper-chip
Apache License 2.0
7 stars 5 forks source link

testAdditionalItemWithNoHandler is failing #45

Closed javier-godoy closed 3 years ago

javier-godoy commented 3 years ago
    $server.allowAdditionalItems(true);
    chipfield.sendKeys(ADDITIONAL, Keys.ENTER);
    assertThat(chipfield.getValue(), Matchers.empty());
    assertThat($server.getValue(), Matchers.empty());
Expected: an empty collection
     but: <[Additional]>