Release Note Channel: Mute/Unmute UI, hide UI elements

This commit is contained in:
yash-signal
2025-02-07 08:40:30 -06:00
committed by GitHub
parent ec4d9e857a
commit f36b656932
17 changed files with 305 additions and 150 deletions

View File

@@ -45,6 +45,7 @@ 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.close();