From 6c663a00a54db37d1944bf97af4e8fc30557a07c Mon Sep 17 00:00:00 2001 From: SayidCali jamac Date: Wed, 7 May 2025 19:02:29 +0800 Subject: [PATCH] Bug197-Zayid Push to the origin --- .../test_lrr.cpython-39-pytest-6.2.5.pyc | Bin 12087 -> 12089 bytes test/SeleniumHui/test_lrr.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) 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 50a54d23ee4b15a0b88a92de5a89562b4115a67f..236dbfdf7f3b6e21199e01d7439ee91312471fad 100644 GIT binary patch delta 110 zcmdlUw=<46k(ZZ?0SKI|q%&@8j4hk*D4%0u zY@fVZt(38Iv!c2e3uEu(`CPJ_JGH%-82dI~(Pd>6Z2_87)CnSbK|~*jFqvGaEIgS} G-wXf>pdV)d delta 108 zcmdlPw>^$Gk(ZZ?0SH1HxiYS8L3iGPT?s!uwH_F>11#@^r@L&G(egF)_AH zUaMBh*s)nz-HU~>XYzb5+0EVBUQCR=o3H7zGKw|>O)2UC5j`NH7ets$c9amF%&cz) E0KiusSpWb4 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')