We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72de5b3 commit f2640a3Copy full SHA for f2640a3
examples/todomvc/mvctests/test_new_todo.py
@@ -64,7 +64,7 @@ def test_new_todo_test_should_clear_text_input_field_when_an_item_is_added(
64
assert_number_of_todos_in_local_storage(page, 1)
65
66
67
-def test_new_todo_test_should_append_new_items_to_the_ottom_of_the_list(
+def test_new_todo_test_should_append_new_items_to_the_bottom_of_the_list(
68
page: Page,
69
) -> None:
70
# Create 3 items.
0 commit comments