We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a032f1 commit d644d99Copy full SHA for d644d99
site/e2e/tests/deployment/general.spec.ts
@@ -26,7 +26,7 @@ test("experiments", async ({ page }) => {
26
// Secondly, check if available experiments are listed
27
for (const experiment of availableExperiments.safe) {
28
const experimentLocator = experimentsLocator.locator(
29
- `li.option-array-item-${experiment}.option-enabled`,
+ `li.option-array-item-${experiment}`,
30
);
31
await expect(experimentLocator).toBeVisible();
32
}
0 commit comments