Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
c9a716c7
Commit
c9a716c7
authored
May 25, 2011
by
Gabriel L. Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix open_ung_default_page doc
parent
2949c8f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
UNGTestMixin.py
UNGTestMixin.py
+2
-1
No files found.
UNGTestMixin.py
View file @
c9a716c7
...
@@ -66,7 +66,8 @@ class UNGTestMixin(unittest.TestCase):
...
@@ -66,7 +66,8 @@ class UNGTestMixin(unittest.TestCase):
unittest
.
time
.
sleep
(
2
)
#XXX give time to selenium to recompose page when refresh
unittest
.
time
.
sleep
(
2
)
#XXX give time to selenium to recompose page when refresh
def
open_ung_default_page
(
self
,
page
=
""
,
clear_cache
=
0
,
wait_for_activities
=
0
):
def
open_ung_default_page
(
self
,
page
=
""
,
clear_cache
=
0
,
wait_for_activities
=
0
):
"""open ung default page set under 'setUp'
"""open ung default page
page = UNG page to be opened, default to UNG Docs
clear_cache = if enabled, will call 'clear_cache'
clear_cache = if enabled, will call 'clear_cache'
wait_for_activities = if enabled, will call 'wait_for_activities'"""
wait_for_activities = if enabled, will call 'wait_for_activities'"""
if
clear_cache
:
if
clear_cache
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment