Skip to content

Commit

Permalink
fix install test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikspark committed Nov 4, 2016
1 parent 7163b9f commit 64a6ce2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/acceptance/install/InstallCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,19 @@ public function testInstall(WebGuy $I)
$I->click('русский');

$I->amGoingTo('test change language');

$I->amOnPage('/en/install/default/environment');
$I->see('On this step Yupe checks access right for needed directories');

$I->amOnPage('/ru/install/default/environment');
$I->amOnPage('/install/default/environment');
$I->see('На данном этапе Юпи! проверяет права доступа для всех необходимых каталогов.');

$I->amOnPage('/en/install/default/environment');
$I->see('On this step Yupe checks access right for needed directories');

$I->amOnPage('/ru/install/default/environment');
$I->amOnPage('/install/default/environment');
$I->see('На данном этапе Юпи! проверяет права доступа для всех необходимых каталогов.');

// environment check
Expand Down

0 comments on commit 64a6ce2

Please sign in to comment.