Skip to content

Commit 1ee1512

Browse files
committed
trying to fix startup bench problem
1 parent 90b4c3a commit 1ee1512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/src/benchmarks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const benchStartup: Benchmark = {
269269
},
270270
after: async function(driver: WebDriver, framework: FrameworkData) {
271271
await clickElementById(driver, 'run');
272-
await testElementLocatedByXpath(driver, "//tbody/tr[1]/td[2]/a");
272+
await testElementLocatedByXpath(driver, "//tbody/tr[1000]/td[2]/a");
273273
}
274274
}
275275

0 commit comments

Comments
 (0)