Init local state for remote megaphones

This commit is contained in:
ayumi-signal
2025-12-08 12:03:55 -08:00
committed by GitHub
parent 62b7950b7e
commit 0ab15a1cd8
25 changed files with 955 additions and 62 deletions

View File

@@ -45,8 +45,10 @@ describe('release notes', function (this: Mocha.Suite) {
it('shows release notes with an image and body ranges', async () => {
const firstWindow = await app.getWindow();
await app.waitForReleaseNotesFetcher();
await firstWindow.evaluate('window.SignalCI.resetReleaseNotesFetcher()');
await app.waitForReleaseNoteAndMegaphoneFetcher();
await firstWindow.evaluate(
'window.SignalCI.resetReleaseNoteAndMegaphoneFetcher()'
);
await app.close();