fixed applet seeding in 0005 migration; many FTs & ITs now require authentication before they pass; New List & My Lists converted to dash applets; home.html offloaded and _applets.html onboarded w. these applets
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -12,6 +12,7 @@ class ItemValidationTest(FunctionalTest):
|
||||
|
||||
# Test methods
|
||||
def test_cannot_add_empty_list_items(self):
|
||||
self.create_pre_authenticated_session("disco@test.io")
|
||||
self.browser.get(self.live_server_url)
|
||||
list_page = ListPage(self)
|
||||
list_page.get_item_input_box().send_keys(Keys.ENTER)
|
||||
@@ -46,6 +47,7 @@ class ItemValidationTest(FunctionalTest):
|
||||
list_page.wait_for_row_in_list_table("Make tea", 2)
|
||||
|
||||
def test_cannot_add_duplicate_items(self):
|
||||
self.create_pre_authenticated_session("disco@test.io")
|
||||
self.browser.get(self.live_server_url)
|
||||
list_page = ListPage(self)
|
||||
list_page.add_list_item("Witness divinity")
|
||||
@@ -61,6 +63,7 @@ class ItemValidationTest(FunctionalTest):
|
||||
)
|
||||
|
||||
def test_error_messages_are_cleared_on_input(self):
|
||||
self.create_pre_authenticated_session("disco@test.io")
|
||||
self.browser.get(self.live_server_url)
|
||||
list_page = ListPage(self)
|
||||
list_page.add_list_item("Gobbledygook")
|
||||
|
||||
Reference in New Issue
Block a user