Skip to content

test(site): add e2e tests for experiments #12940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Apr 12, 2024
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
mtojek committed Apr 11, 2024
commit f95b64d79b2b64425c933d1a7caca833d79f00a8
2 changes: 1 addition & 1 deletion site/e2e/tests/deployment/general.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test("experiments", async ({ page }) => {
"div.options-table tr.option-experiments ul.option-array",
);
await expect(experimentsLocator).toBeVisible();
await experimentsLocator.focus()
await experimentsLocator.focus();

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