-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
無音の長さ一括変更するUIの表示をエンジンの能力で切り替えるようにする #2401
The head ref may contain hidden characters: "\u7121\u97F3\u306E\u9577\u3055\u4E00\u62EC\u5909\u66F4\u3059\u308BUI\u306E\u8868\u793A\u3092\u30A8\u30F3\u30B8\u30F3\u306E\u80FD\u529B\u3067\u5207\u308A\u66FF\u3048\u308B\u3088\u3046\u306B\u3059\u308B"
Changes from 8 commits
eb4b5f8
c4462b4
7e52f19
be01e02
7c38a1b
4be87d2
2117f6a
cb7f397
35dba9e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,6 +118,7 @@ test("複数選択:AudioInfo操作", async ({ page }) => { | |
|
||
for (const parameter of parameters) { | ||
const input = parameter.locator("label input"); | ||
if (await input.isDisabled()) continue; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nemoは |
||
await input.fill("2"); | ||
await page.waitForTimeout(100); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
判定機構が間違っていたのでついでに修正