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");
|
||||
|
||||
$session->request->setup_body({
|
||||
step => 2,
|
||||
timeZone => 'America/New_York',
|
||||
language => 'Spanish',
|
||||
wizard_class => 'WebGUI::Wizard::Setup',
|
||||
wizard_step => 'adminAccount',
|
||||
timeZone => 'America/New_York',
|
||||
language => 'Spanish',
|
||||
});
|
||||
|
||||
$session->setting->set("specialState", "init");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue