mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Schema compare Icon and other fixes (#6009)
* Changes to 1. Enable Icon for Schema Compare model view editor 2. Set context setting in editable drop down 3. Fix a console error * new icons * Changes as per PR comments * Adding PR comments * Fixing a spelling mistake
This commit is contained in:
@@ -69,10 +69,10 @@ describe('SchemaCompareResult.start', function(): void {
|
||||
await promise;
|
||||
await result.start();
|
||||
|
||||
should(result.getComparisionResult() === undefined);
|
||||
should(result.getComparisonResult() === undefined);
|
||||
await result.execute();
|
||||
|
||||
should(result.getComparisionResult() !== undefined);
|
||||
should(result.getComparisionResult().operationId !== undefined);
|
||||
should(result.getComparisonResult() !== undefined);
|
||||
should(result.getComparisonResult().operationId !== undefined);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user