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
1606828702-practice
Commits
3899b5ea
Commit
3899b5ea
authored
Nov 21, 2019
by
Rahmania Astrid Mochtar
Browse files
fix break in master
parent
a1cc1158
Changes
1
Hide whitespace changes
Inline
Side-by-side
functional_tests/test_simple_list_creation.py
View file @
3899b5ea
...
...
@@ -17,8 +17,8 @@ class NewVisitorTest(FunctionalTest):
self
.
browser
.
get
(
self
.
live_server_url
)
# She notices the page title and header mention to-do lists
self
.
assertIn
(
'To-Do'
,
self
.
browser
.
title
)
header_text
=
self
.
browser
.
find_element_by_tag_name
(
'h2'
).
text
self
.
assertIn
(
'Rahmania Astrid Mochtar'
,
header_text
)
#
header_text = self.browser.find_element_by_tag_name('h2').text
#
self.assertIn('Rahmania Astrid Mochtar', header_text)
# She is invited to enter a to-do item straight away
inputbox
=
self
.
browser
.
find_element_by_id
(
'id_new_item'
)
...
...
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