We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a40e0 commit b05c0f5Copy full SHA for b05c0f5
site/e2e/tests/deployment/general.spec.ts
@@ -16,6 +16,7 @@ test("experiments", async ({ page }) => {
16
"div.options-table tr.option-experiments ul.option-array",
17
);
18
await expect(experimentsLocator).toBeVisible();
19
+ await experimentsLocator.focus()
20
21
// Firstly, check if available experiments are listed
22
availableExperiments.safe.map(async (experiment) => {
0 commit comments