FlowingCode/ChipFieldAddon

testAdditionalItemWithNoHandler is failing

Closed this issue · 0 comments

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