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
1606836976-practice
Commits
9d351e3f
Commit
9d351e3f
authored
Oct 16, 2019
by
Yumna Pratista
Browse files
added options
parent
62ca23bf
Pipeline
#23304
passed with stages
in 7 minutes and 50 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functional_tests/base.py
View file @
9d351e3f
...
...
@@ -2,6 +2,7 @@ import os
from
django.contrib.staticfiles.testing
import
StaticLiveServerTestCase
from
selenium
import
webdriver
from
selenium.common.exceptions
import
WebDriverException
from
selenium.webdriver.chrome.options
import
Options
import
time
MAX_WAIT
=
10
...
...
functional_tests/test_layout_and_styling.py
View file @
9d351e3f
from
selenium.webdriver.common.keys
import
Keys
from
.base
import
FunctionalTest
from
selenium.webdriver.chrome.options
import
Options
import
time
MAX_WAIT
=
10
...
...
functional_tests/test_list_item_validation.py
View file @
9d351e3f
from
selenium.webdriver.common.keys
import
Keys
from
unittest
import
skip
from
.base
import
FunctionalTest
from
selenium.webdriver.chrome.options
import
Options
import
time
MAX_WAIT
=
10
...
...
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