Skip to content

Commit

Permalink
Fixed test after change
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering-this authored and Comandeer committed Jul 6, 2018
1 parent 1bfd5ad commit 9d560e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/autocomplete/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
}

function assertItemElement( item, itemElement ) {
assert.areEqual( '<li data-id="' + item.id + '">' + item.name + '</li>', itemElement.$.outerHTML );
assert.areEqual( '<li data-id="' + item.id + '" tabindex="-1">' + item.name + '</li>', itemElement.$.outerHTML );
}

function getCaretRect( editor, caretPosition, offset ) {
Expand Down

0 comments on commit 9d560e3

Please sign in to comment.