Skip to content

Instantly share code, notes, and snippets.

View arifmasood's full-sized avatar
💬

Arif Masood arifmasood

💬
View GitHub Profile
@pastuhov
pastuhov / AcceptanceHelper.php
Last active December 27, 2021 21:42
codeception page load wait helper
<?php
namespace tests\codeception\common\_support;
use Codeception\Exception\ModuleException;
/**
*
*/
class AcceptanceHelper extends \Codeception\Module