mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 22:50:11 +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');
|
return callback('Redux panel not found');
|
||||||
}
|
}
|
||||||
if (UI.inspectorView) {
|
if (UI.inspectorView) {
|
||||||
const tabs = UI.inspectorView._tabbedPane._tabs;
|
const tabs = UI.inspectorView.tabbedPane.tabs;
|
||||||
const idList = tabs.map((tab) => tab.id);
|
const idList = tabs.map((tab) => tab.id);
|
||||||
const reduxPanelId =
|
const reduxPanelId =
|
||||||
'chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljdRedux';
|
'chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljdRedux';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user