diff --git a/functional_tests/tests.py b/functional_tests/tests.py index 2c8c115b7f2ef839ac4a71f12b7fa87dc52dec4e..fd4781b2df91777e892dba145cedde8204e61dc2 100644 --- a/functional_tests/tests.py +++ b/functional_tests/tests.py @@ -56,4 +56,8 @@ class NewVisitorTest(LiveServerTestCase): inputbox.send_keys('Activity' + str(i)) inputbox.send_keys(Keys.ENTER) - assert 'oh tidak' in self.browser.page_source \ No newline at end of file + assert 'oh tidak' in self.browser.page_source + + edith_list_url = self.browser.current_url + self.assertRegex(edith_list_url, '/lists/.+') + self.check_for_row_in_list_table('1: Buy peacock feathers') \ No newline at end of file