Skip to content

Commit b8c4b65

Browse files
committed
Try
1 parent 599d22d commit b8c4b65

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
@@ -21,7 +21,7 @@ test("experiments", async ({ page }) => {
2121
await page.mouse.wheel(0, 600);
2222

2323
// eslint-disable-next-line no-console -- HTML for experiments
24-
console.log(experimentsLocator.innerHTML())
24+
console.log(experimentsLocator.innerHTML());
2525

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

0 commit comments

Comments
 (0)