diff --git a/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py b/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py
index 0ec12e292a0ab1996b688bce924aba309e69b263..4ca29338aa8b69efa281fff1a75f7559beb4e063 100644
--- a/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py
+++ b/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py
@@ -88,6 +88,8 @@ class TestUNGConfiguratorWorkflow(ERP5TypeTestCase):
      stepConfiguratorNext
      stepTic
      stepCheckConfigureWebSiteForm
+     stepSetupWebSiteConfiguration
+     stepTic
   """
 
   def getBusinessTemplateList(self):
@@ -274,6 +276,18 @@ class TestUNGConfiguratorWorkflow(ERP5TypeTestCase):
     self.assertEquals('Previous', response_dict['previous'])
     self.assertEquals('Configure Web Site', response_dict['next'])
 
+  def stepSetupWebSiteConfiguration(self, sequence=None, sequence_list=None, **kw):
+    """ """
+    next_dict = dict(your_default_available_language="pt-BR")
+    sequence.edit(next_dict=next_dict)
+
+  def stepCheckConfigureInstallationForm(self, sequence=None, sequence_list=None, **kw):
+    """ Check the installation form """
+    response_dict = sequence.get("response_dict")
+    self.assertEquals('show', response_dict['command'])
+    self.assertEquals('Previous', response_dict['previous'])
+    self.assertEquals('Install', response_dict['next'])
+
   def test_standard_workflow_brazil(self):
     """ Test the standard workflow with brazilian configuration """
     sequence_list = SequenceList()
diff --git a/bt5/erp5_configurator_ung/bt/revision b/bt5/erp5_configurator_ung/bt/revision
index 25bf17fc5aaabd17402e77a2b16f95fbea7310d2..dec2bf5d6199c7cd0d84f3dc1e76a73ccc336302 100644
--- a/bt5/erp5_configurator_ung/bt/revision
+++ b/bt5/erp5_configurator_ung/bt/revision
@@ -1 +1 @@
-18
\ No newline at end of file
+19
\ No newline at end of file