We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a64f5d commit 6f35278Copy full SHA for 6f35278
test/aem-sidekick.test.js
@@ -95,6 +95,7 @@ describe('AEM Sidekick', () => {
95
96
window.dispatchEvent(new KeyboardEvent('keydown', { key: 'r', metaKey: true, bubbles: true }));
97
await waitUntil(() => reloadPageStub.calledOnce, 'reloadPage was not called', { timeout: 2000 });
98
+ // @ts-ignore
99
expect(sendMessageStub.calledWith({ action: 'bustCache' })).to.be.true;
100
}).timeout(5000);
101
0 commit comments