How to handle show notifications pop up on Chrome using Behat framework?

How to handle show notifications pop up on Chrome using Behat framework?

Hi Ana!

You can disable the browser pop ups on Chrome in Behat framework with the help of following snippet in your acceptance.suite.yml

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