mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-05-10 18:06:05 +02:00
Add more delay to make tests work
This commit is contained in:
parent
ae7916b7e7
commit
f69d6736d4
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue