fixed wizard currency test
This commit is contained in:
parent
3baac55c98
commit
10f07075ad
@ -12,7 +12,7 @@ class CurrenciesTest extends FeatureTestCase
|
|||||||
$this->loginAs()
|
$this->loginAs()
|
||||||
->get(route('wizard.currencies.index'))
|
->get(route('wizard.currencies.index'))
|
||||||
->assertStatus(200)
|
->assertStatus(200)
|
||||||
->assertSeeText(trans_choice('general.currencies', 2));
|
->assertSeeText(trans('demo.currencies.usd'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testItShouldCreateCurrency()
|
public function testItShouldCreateCurrency()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user