Fix tag selector test

This commit is contained in:
Dan Stillman 2019-03-15 21:57:38 -04:00
parent 7717df637e
commit b30d31c4ee

View file

@ -592,7 +592,7 @@ describe("Tag Selector", function () {
var dialogPromise = waitForDialog(); var dialogPromise = waitForDialog();
var tagSelectorPromise = waitForTagSelector(win); var tagSelectorPromise = waitForTagSelector(win);
tagSelector.deleteAutomatic(); await tagSelector.deleteAutomatic();
await dialogPromise; await dialogPromise;
await tagSelectorPromise; await tagSelectorPromise;