remove duplicate code (#20664)

* remove dupe code

* fix step name

* fix errors

* comment out arc

* fix timeout issue

* fix typo

* update name
This commit is contained in:
Alan Ren
2022-09-26 17:48:59 -07:00
committed by GitHub
parent 9fcdbce819
commit 54c2fe6899
69 changed files with 802 additions and 956 deletions

View File

@@ -26,7 +26,7 @@ describe('WizardPage', () => {
const mockWizardPage = TypeMoq.Mock.ofType<azdata.window.WizardPage>();
stubCheckbox = new azdataTest.stubs.modelView.StubCheckbox();
stubInputBox = new azdataTest.stubs.modelView.StubInputBox();
const mockModelView = azdataTest.mocks.modelView.createModelViewMock({
const mockModelView = azdataTest.mocks.azdata.modelView.createModelViewMock({
checkBox: () => stubCheckbox,
inputBox: () => stubInputBox
});