Fix intermittent context pane toggle test failure

Hopefully.
This commit is contained in:
Abe Jellinek 2025-08-14 17:52:28 -04:00
parent a993ac74f1
commit d69a1a65ee

View file

@ -2217,7 +2217,7 @@ describe("Item pane", function () {
if (
Zotero.Reader._readers.some(
r => isVisible(r._iframe.contentDocument.querySelector('.toolbar-button.context-pane-toggle'))
r => isVisible(r._iframe.contentDocument?.querySelector('.toolbar-button.context-pane-toggle'))
)
) {
return 'reader toolbar';