Skip to content

Commit 2e93ef7

Browse files
committed
Attempting to fix broken test
1 parent 7d4d600 commit 2e93ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/paper-autocomplete_test_local.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
var allSuggestions = suggestions.querySelectorAll('paper-item');
360360

361361
expect(allSuggestions).not.to.be.empty;
362-
expect(activeSuggestions).to.be.empty;
362+
expect(activeSuggestions.length).to.equal(0);
363363
});
364364
});
365365

0 commit comments

Comments
 (0)