Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606876052-practice
Commits
19197e83
Commit
19197e83
authored
Sep 17, 2019
by
Rayza Arasj Mahardhika
Browse files
add implicitly_wait
parent
ae4805cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
functional_test.py
View file @
19197e83
...
...
@@ -5,6 +5,7 @@ class NewVisitorTest(unittest.TestCase):
def
setUp
(
self
):
self
.
browser
=
webdriver
.
Firefox
()
self
.
browser
.
implicitly_wait
(
3
)
def
tearDown
(
self
):
self
.
browser
.
quit
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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