Use memberListCount

This commit is contained in:
Ryan Cavanaugh 2015-10-13 13:16:44 -07:00
parent 24334b506c
commit 6bbfe56dca

View file

@ -10,6 +10,5 @@
//// var x1 = <div><//**/
goTo.marker();
verify.completionListItemsCountIsGreaterThan(0);
verify.not.completionListItemsCountIsGreaterThan(1);
verify.memberListCount(1);
verify.completionListContains('div');