Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thiramisu committed Oct 28, 2023
1 parent ba4b8b2 commit 3832b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/browser/音声詳細.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test("詳細調整欄のコンテキストメニュー", async ({ page }) => {
});

test("アクセント区間全体の値変更", async ({ page }) => {
const otherSliderValue = process.env.CI ? "0.103" : "0.064";
const otherSliderValue = process.env.CI ? "0.106" : "0.064";

await navigateToMain(page);
await page.waitForTimeout(100);
Expand Down

0 comments on commit 3832b2d

Please sign in to comment.