Skip to content

Commit 005b543

Browse files
committed
scrollIntoViewIfNeeded
1 parent f95b64d commit 005b543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/tests/deployment/general.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test("experiments", async ({ page }) => {
1616
"div.options-table tr.option-experiments ul.option-array",
1717
);
1818
await expect(experimentsLocator).toBeVisible();
19-
await experimentsLocator.focus();
19+
await experimentsLocator.scrollIntoViewIfNeeded()
2020

2121
// Firstly, check if available experiments are listed
2222
availableExperiments.safe.map(async (experiment) => {

0 commit comments

Comments
 (0)