Update Content::Setup test for new WebGUI::Wizard
This commit is contained in:
parent
4a9a46f328
commit
8fe4c331d9
1 changed files with 4 additions and 3 deletions
|
|
@ -29,9 +29,10 @@ $session->setting->remove("specialState");
|
||||||
is(WebGUI::Content::Setup::handler($session), undef, "Setup shouldn't return anything when no special state is present");
|
is(WebGUI::Content::Setup::handler($session), undef, "Setup shouldn't return anything when no special state is present");
|
||||||
|
|
||||||
$session->request->setup_body({
|
$session->request->setup_body({
|
||||||
step => 2,
|
wizard_class => 'WebGUI::Wizard::Setup',
|
||||||
timeZone => 'America/New_York',
|
wizard_step => 'adminAccount',
|
||||||
language => 'Spanish',
|
timeZone => 'America/New_York',
|
||||||
|
language => 'Spanish',
|
||||||
});
|
});
|
||||||
|
|
||||||
$session->setting->set("specialState", "init");
|
$session->setting->set("specialState", "init");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue