mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Change 'Ok' to "OK" in schema compare UI (#6610)
This commit is contained in:
@@ -59,7 +59,7 @@ describe('SchemaCompareDialog.openDialog', function (): void {
|
||||
await dialog.openDialog();
|
||||
|
||||
should(dialog.dialog.title).equal('Schema Compare');
|
||||
should(dialog.dialog.okButton.label).equal('Ok');
|
||||
should(dialog.dialog.okButton.label).equal('OK');
|
||||
should(dialog.dialog.okButton.enabled).equal(false); // Should be false when open
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user