Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606835595-practice
Commits
2b7a7afb
Commit
2b7a7afb
authored
Sep 18, 2019
by
Kevin Albert Simanjuntak
Browse files
create failing test
parent
d08844ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
functional_tests.py
0 → 100644
View file @
2b7a7afb
from
selenium
import
webdriver
browser
=
webdriver
.
Firefox
()
browser
.
get
(
'http://localhost:8000'
)
assert
'Django'
in
browser
.
title
\ No newline at end of file
Write
Preview
Supports
Markdown
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