Add more delay to make tests work

This commit is contained in:
Ajay 2025-04-24 02:55:52 -04:00
parent ae7916b7e7
commit f69d6736d4

View file

@ -127,6 +127,8 @@ async function editSegments(driver: WebDriver, index: number, expectedStartTimeB
await endTimeBox.clear();
await endTimeBox.sendKeys(endTime);
await driver.sleep(1000);
editButton = await driver.findElement(By.id("sponsorTimeEditButtonSubmissionNotice" + index));
await editButton.click();