Commit 090bd55e authored by Rafael Monnerat's avatar Rafael Monnerat

Disable foreground/debug

This value was defined by mistake during the creation of the test.
parent 05d11ccc
...@@ -41,7 +41,7 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase): ...@@ -41,7 +41,7 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
but the usage of Test Page is not mandatory, any valid Selenium Test in HTML but the usage of Test Page is not mandatory, any valid Selenium Test in HTML
can be used. can be used.
""" """
foreground = 1 foreground = 0
run_only = "tutorial_zuite" run_only = "tutorial_zuite"
remote_code_url_list = [ remote_code_url_list = [
"https://www.tiolive.com/nexedi/test_page_module/14/TestPage_viewSeleniumTest", "https://www.tiolive.com/nexedi/test_page_module/14/TestPage_viewSeleniumTest",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment