mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 14:39:58 +03:00
Fix electron test
This commit is contained in:
parent
b63a9e64eb
commit
6da95085ec
|
@ -54,7 +54,7 @@ describe('DevTools panel for Electron', function () {
|
|||
return callback('Redux panel not found');
|
||||
}
|
||||
if (UI.inspectorView) {
|
||||
const tabs = UI.inspectorView._tabbedPane._tabs;
|
||||
const tabs = UI.inspectorView.tabbedPane.tabs;
|
||||
const idList = tabs.map((tab) => tab.id);
|
||||
const reduxPanelId =
|
||||
'chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljdRedux';
|
||||
|
|
Loading…
Reference in New Issue
Block a user