Fix electron test

This commit is contained in:
Nathan Bierema 2021-12-04 13:18:28 -05:00
parent b63a9e64eb
commit 6da95085ec

View File

@ -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';