We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05c0f5 commit f95b64dCopy full SHA for f95b64d
site/e2e/tests/deployment/general.spec.ts
@@ -16,7 +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()
+ await experimentsLocator.focus();
20
21
// Firstly, check if available experiments are listed
22
availableExperiments.safe.map(async (experiment) => {
0 commit comments