Skip to content

Commit b05c0f5

Browse files
committed
focus
1 parent 90a40e0 commit b05c0f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +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()
1920

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

0 commit comments

Comments
 (0)