Skip to content

Instantly share code, notes, and snippets.

@b0n
b0n / Popup.php
Created September 13, 2016 03:02 — forked from acfreitas/Popup.php
Working with popup and Behat/Mink Behat3
<?php
use Behat\MinkExtension\Context\RawMinkContext;
/**
* Add Popup in Context
*/
class Popup extends RawMinkContext
{
/**