mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Init local state for remote megaphones
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user