fix: about panel crash (#37373)
* fix: about panel is a base::Value::Dict * nix this test for a diff PR
This commit is contained in:
parent
3a5ae28c95
commit
2e03bdb9b6
5 changed files with 30 additions and 29 deletions
|
@ -1859,6 +1859,15 @@ describe('app module', () => {
|
|||
})).to.eventually.be.rejectedWith(/ERR_NAME_NOT_RESOLVED/);
|
||||
});
|
||||
});
|
||||
|
||||
describe('about panel', () => {
|
||||
it('app.setAboutPanelOptions() does not crash', () => {
|
||||
app.setAboutPanelOptions({
|
||||
applicationName: 'electron!!',
|
||||
version: '1.2.3'
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('default behavior', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue