Add DB Reference quickpick dialog (#16601)

* Add DB Reference quickpick dialog

* pr comments & cleanup
This commit is contained in:
Charles Gagnon
2021-08-09 12:46:53 -07:00
committed by GitHub
parent c22589574c
commit b2ff8162e6
7 changed files with 342 additions and 41 deletions

View File

@@ -583,7 +583,7 @@ describe('ProjectsController', function (): void {
});
let dialog = await projController.object.addDatabaseReference(proj);
await dialog.addReferenceClick();
await dialog!.addReferenceClick();
should(holler).equal(addDbRefHoller, 'executionCallback() is supposed to have been setup and called for add database reference scenario');
});