Fix tag selector test
This commit is contained in:
parent
7717df637e
commit
b30d31c4ee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue