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
1606837915-practice
Commits
777f31ba
Commit
777f31ba
authored
Dec 23, 2019
by
Izzatul Muttaqin
Browse files
remve functional
parent
0bf43c51
Pipeline
#28467
failed with stages
in 4 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functional_test/test_list.py
View file @
777f31ba
...
...
@@ -23,16 +23,4 @@ class ItemValidationTest(FunctionalTest):
self
.
get_item_input_box
().
send_keys
(
'Buy cheese'
)
self
.
get_item_input_box
().
send_keys
(
Keys
.
ENTER
)
self
.
wait_for_row_in_list_table
(
'3: Buy cheese'
)
def
test_item_delete
(
self
):
self
.
browser
.
get
(
self
.
live_server_url
)
self
.
get_item_input_box
().
send_keys
(
Keys
.
ENTER
)
self
.
get_item_input_box
().
send_keys
(
'Buy milk'
)
self
.
get_item_input_box
().
send_keys
(
Keys
.
ENTER
)
self
.
wait_for_row_in_list_table
(
'1: Buy milk'
)
self
.
browser
.
find_element_by_id
(
'1'
).
click
()
self
.
wait_for_row_not_in_list_table
(
'1: Buy Milk'
)
\ No newline at end of file
self
.
wait_for_row_in_list_table
(
'3: Buy cheese'
)
\ No newline at end of file
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