Skip to content
Snippets Groups Projects
Commit ebad7db0 authored by Andreas Nüßlein's avatar Andreas Nüßlein
Browse files

update tests in regard to #70

parent fae451d4
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ class BaseTemplateTest(FunctionalTest):
# entries.
self.wait_for(By.CLASS_NAME, "home-keynumbers-list")
keynumbers_list = self.findBy(By.CLASS_NAME, "home-keynumbers-list")
self.assertEqual(len(keynumbers_list.find_elements(By.TAG_NAME, "li")), 6)
self.assertEqual(len(keynumbers_list.find_elements(By.TAG_NAME, "li")), 5)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment