Buggerit millennium hand and shrimp

Knew I was gonna forget to fix the tests
This commit is contained in:
2020-10-09 13:06:25 +01:00
parent 12a60e1f50
commit 5a99560310
3 changed files with 2 additions and 4 deletions

View File

@@ -136,8 +136,6 @@ class TestAssetForm(AutoLoginTest):
self.page.purchased_from_selector.set_option(self.supplier.name, True)
self.page.purchase_price = "12.99"
self.page.salvage_value = "99.12"
# FIXME Scroll down to make failure screenshot more useful...
ActionChains(self.driver).move_to_element(self.driver.find_element_by_class_name('btn-success')).perform()
self.page.date_acquired = acquired = datetime.date(2020, 5, 20)
self.page.parent_selector.toggle()