Test/dacpac tests (#11428)

* Adding test for select operation page and dacpac wizard

* skipping one test for investigation

* Changes as per PR comments
This commit is contained in:
Udeesha Gautam
2020-07-20 14:23:27 -07:00
committed by GitHub
parent ca900464e5
commit 921beebd79
9 changed files with 406 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ import * as should from 'should';
import { DataTierApplicationWizard, PageName } from '../wizard/dataTierApplicationWizard';
import { DacFxDataModel } from '../wizard/api/models';
import { TestContext, createContext } from './testContext';
import { TestDeployConfigPage, TestExtractConfigPage } from './DacFxTestConfigPages';
import { TestDeployConfigPage, TestExtractConfigPage } from './testDacFxConfigPages';
let wizard: DataTierApplicationWizard;
let testContext: TestContext;