Test fixes based on recent changes (#5570)

* Test fixes based on recent changes and allowing toolbar to stay at top

* removing scroll changes to be in seperate PR
This commit is contained in:
udeeshagautam
2019-05-21 19:56:44 -07:00
committed by GitHub
parent ab3a64604a
commit 48a6157efb
6 changed files with 21 additions and 12 deletions

View File

@@ -160,7 +160,6 @@ export class SchemaCompareResult {
await view.initializeModel(this.flexModel);
});
this.editor.openEditor();
}
public start(): void {
@@ -172,7 +171,7 @@ export class SchemaCompareResult {
return this.comparisonResult;
}
private async execute(): Promise<void> {
public async execute(): Promise<void> {
if (this.schemaCompareOptionDialog && this.schemaCompareOptionDialog.deploymentOptions) {
// take updates if any
this.deploymentOptions = this.schemaCompareOptionDialog.deploymentOptions;