Fix the WaitForUserConfirmation test to make sure that TT is enabled in the config file.
This commit is contained in:
parent
2628263384
commit
0871ceb56a
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ use Kwargs;
|
||||||
use URI;
|
use URI;
|
||||||
|
|
||||||
my $session = WebGUI::Test->session;
|
my $session = WebGUI::Test->session;
|
||||||
|
WebGUI::Test->originalConfig('templateParsers');
|
||||||
|
$session->config->addToArray('templateParsers', 'WebGUI::Asset::Template::TemplateToolkit');
|
||||||
|
|
||||||
my $act = WebGUI::Workflow::Activity->newByPropertyHashRef(
|
my $act = WebGUI::Workflow::Activity->newByPropertyHashRef(
|
||||||
$session, {
|
$session, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue