Fix integration test alert localStorage flakiness
Created by: felixfbecker
Theory: Different Puppeteer instances share the same localStorage and parallel running tests conflict with setting/clearing localStorage.
Using independent --user-data-dir
s per Puppeteer launch (folder with UUID) should fix this.