diff --git a/test/SeleniumHui/__pycache__/test_lrr.cpython-39-pytest-6.2.5.pyc b/test/SeleniumHui/__pycache__/test_lrr.cpython-39-pytest-6.2.5.pyc index 50a54d2..236dbfd 100644 Binary files a/test/SeleniumHui/__pycache__/test_lrr.cpython-39-pytest-6.2.5.pyc and b/test/SeleniumHui/__pycache__/test_lrr.cpython-39-pytest-6.2.5.pyc differ diff --git a/test/SeleniumHui/test_lrr.py b/test/SeleniumHui/test_lrr.py index 17c949f..62cd5b5 100644 --- a/test/SeleniumHui/test_lrr.py +++ b/test/SeleniumHui/test_lrr.py @@ -79,7 +79,7 @@ def test_lecturer_can_post_assignment(driver, url, restore_database): elem = driver.find_element(By.NAME, 'deadlinetime') elem.clear() # Enter time in 12-hour format including AM/PM explicitly - elem.send_keys('23:59') + elem.send_keys('23:59PM') elem = driver.find_element(By.NAME, 'title') elem.send_keys('Take-home quiz 1') elem = driver.find_element(By.NAME, 'instructions')