The test was checking document.title before the async WebAudio operations completed. Changed it to await the promise resolution instead of an immediate title check.
The test was checking document.title before the async WebAudio operations completed. Changed it to await the promise resolution instead of an immediate title check.