Reactivated AccountCest

This commit is contained in:
buddh4 2018-07-03 15:28:45 +02:00
parent 1ee06c88eb
commit ab81ed8ca2

View File

@ -6,7 +6,7 @@ use tests\codeception\_pages\DirectoryPage;
class AccountCest
{
/* public function testBaseAccountSettings(AcceptanceTester $I)
public function testBaseAccountSettings(AcceptanceTester $I)
{
$I->wantTo('ensure that the basic account settings work');
@ -36,16 +36,16 @@ class AccountCest
$I->selectOption('#accountsettings-language', 'English(US)');
$I->click('Save');
$I->waitForElementVisible('.data-saved', 5);
*
*/
$I->seeSuccess('Saved');
$I->amOnProfile();
//$I->amOnProfile();
$directory = DirectoryPage::openBy($I);
/*$directory->clickMembers();
$directory->clickMembers();
$I->expectTo('see my user tags');
$I->see('Tester');
$I->see('Actor');*
$I->see('Actor');
}
public function testSaveBaseNotifications(AcceptanceTester $I)
@ -81,6 +81,6 @@ class AccountCest
/*$I->amOnPage('index-test.php?r=notification%2Fuser');
$I->waitForText('Notification Settings');
$I->seeInField('[name="NotificationSettings[settings][notification.followed_web]"]', 0);
$I->seeInField('[name="NotificationSettings[settings][notification.comments_web]"]', 0);
}*/
$I->seeInField('[name="NotificationSettings[settings][notification.comments_web]"]', 0);*/
}
}