Attempt to fix some of the failing tests

This commit is contained in:
Joe Banks
2025-03-17 00:16:44 +00:00
parent 311189470d
commit 007571fab6
5 changed files with 9 additions and 7 deletions

View File

@@ -244,6 +244,7 @@ class TestSupplierList(AutoLoginTest):
self.page.set_query("")
self.page.search()
time.sleep(1)
self.assertTrue(len(self.page.suppliers) == 7)
self.page.set_query("This is not a supplier")