Skip to content

Commit d644d99

Browse files
committed
WIP
1 parent 7a032f1 commit d644d99

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
@@ -26,7 +26,7 @@ test("experiments", async ({ page }) => {
2626
// Secondly, check if available experiments are listed
2727
for (const experiment of availableExperiments.safe) {
2828
const experimentLocator = experimentsLocator.locator(
29-
`li.option-array-item-${experiment}.option-enabled`,
29+
`li.option-array-item-${experiment}`,
3030
);
3131
await expect(experimentLocator).toBeVisible();
3232
}

0 commit comments

Comments
 (0)