Commit 4066aeca authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Set default page to ung

parent 492bcf4b
......@@ -110,7 +110,7 @@ class UNGTestMixin(unittest.TestCase):
#give time to selenium to recompose page when refresh
unittest.time.sleep(2)
def open_ung_default_page(self, page="", clear_cache=0, wait_for_activities=0):
def open_ung_default_page(self, page='ung', clear_cache=0, wait_for_activities=0):
"""open ung default page
page = UNG page to be opened, default to UNG Docs
clear_cache = if enabled, will call 'clear_cache'
......
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