Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf39d4aa

Browse files
committed
WIP
1 parentaaf80fc commitf39d4aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎site/e2e/tests/deployment/general.spec.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ test("experiments", async ({ page }) => {
1818
awaitexpect(experimentsLocator).toBeVisible();
1919

2020
// Firstly, check if all enabled experiments are listed
21-
expect(experimentsLocator.locator("li",{hasText:e2eFakeExperiment1}))
22-
.toBeVisible;
23-
expect(experimentsLocator.locator("li",{hasText:e2eFakeExperiment2}))
24-
.toBeVisible;
21+
expect(experimentsLocator.locator(`li.option-array-item-${e2eFakeExperiment1}.option-enabled`)).toBeVisible;
22+
expect(experimentsLocator.locator(`li.option-array-item-${e2eFakeExperiment2}.option-enabled`)).toBeVisible;
2523

2624
// Secondly, check if available experiments are listed
2725
for(constexperimentofavailableExperiments.safe){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp