How to handle show notifications pop-up on Chrome in PHPUnit?

How to handle show notifications pop-up on Chrome in PHPUnit ?

Hi Rhian!

You can disable the browser pop-ups on Chrome in PHPUnit using the following snippet in your acceptance.suite.yml file.

chromeOptions:
args: [""---disable-notifications""]