wantTo('Show and close free plan announcement'); $I->login(); $I->amOnMailPoetPage('Emails'); $I->waitForText('Add New'); $I->waitForElement(self::NOTICE_SELECTOR); $I->click(self::NOTICE_SELECTOR . ' .notice-dismiss'); $I->waitForElementNotVisible(self::NOTICE_SELECTOR); $I->amOnMailPoetPage('Emails'); $I->waitForText('Add New'); $I->waitForElementNotVisible(self::NOTICE_SELECTOR); } }