Commit 933052f2 authored by Tobias Munk's avatar Tobias Munk

Merge pull request #65 from waalzer/master

updated tests
parents c41ceac4 a59b8713
...@@ -10,7 +10,7 @@ $I->See('Translation for','.alert'); ...@@ -10,7 +10,7 @@ $I->See('Translation for','.alert');
$I->click(' Manage','.dropdown-menu li a'); $I->click(' Manage','.dropdown-menu li a');
$I->see('Widgets','h1'); $I->see('Widgets','h1');
$I->click('Widget Translations','a'); $I->click('Widget Translations','a');
$I->see('Widget Translations','h1'); $I->see('Translations','h1');
$I->click(' Create','.btn'); $I->click(' Create','.btn');
$I->fillField('P3WidgetTranslation[language]','en'); $I->fillField('P3WidgetTranslation[language]','en');
$I->click('Save'); $I->click('Save');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment