Address race condition in tag selector tests (#1659)
This commit is contained in:
parent
e8f186479f
commit
b20bf345e6
1 changed files with 1 additions and 0 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue