import { initializeActionsPanel } from '../initializeActionsPanelToggle'; describe('toggling the actions panel', () => { describe('when the page is the article show page', () => { document.body.innerHTML = `
`; const path = '/fakeuser/fake-article-slug-1d3a'; test('it should have a click listener that toggles the appropriate classes', () => { initializeActionsPanel(path); const modContainer = document.getElementById('mod-container'); modContainer.contentWindow.document.write( `