mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
typo
This commit is contained in:
@@ -46,7 +46,7 @@ describe('LicenseDialog', () => {
|
||||
selector: `.${Classes.TREE_NODE} *`,
|
||||
});
|
||||
|
||||
// when the dialog is first show, no license is selected
|
||||
// when the dialog is first shown, no license is selected
|
||||
expect(dialog.queryByText('Joe Somebody')).toBeNull();
|
||||
|
||||
// then when you click on a license name, the license is shown
|
||||
|
||||
Reference in New Issue
Block a user