Address race condition in tag selector tests (#1659)

This commit is contained in:
Dan Stillman 2019-03-06 07:26:11 -05:00
parent e8f186479f
commit b20bf345e6

View file

@ -40,6 +40,7 @@ describe("Tag Selector", function () {
tagSelector.selectedTags = new Set(); tagSelector.selectedTags = new Set();
tagSelector.handleSearch(''); tagSelector.handleSearch('');
tagSelector.onItemViewChanged({libraryID}); tagSelector.onItemViewChanged({libraryID});
yield waitForTagSelector(win);
}); });
after(function () { after(function () {