-
Notifications
You must be signed in to change notification settings - Fork 312
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
Add: ソングの書き出しダイアログを追加 #2287
Add: ソングの書き出しダイアログを追加 #2287
Changes from 1 commit
3bc974b
746e911
2da6078
a6c489a
f257ac7
d2da407
38b3449
235c8c0
e0546f1
0e9ffbd
ab10033
3074f3f
5865b94
dea09c3
e77378e
c7e81a9
fe0338e
4cdd363
a037a42
96a7298
0e250f7
e8e75fd
8be9c4d
e49714f
f62c512
a134148
04fb7ff
7685fd8
6a40314
ed909fc
7a01ce6
b693b20
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Co-authored-by: Hiroshiba <[email protected]>
There are no files selected for viewing
Unchanged files with check annotations Beta
// 確定するとダイアログが閉じて設定した内容が反映されている | ||
await doneButton.click(); | ||
await page.waitForTimeout(700); | ||
await expect(settingDialog.getByText("test$連番$.wav")).toBeVisible(); | ||
Check failure on line 78 in tests/e2e/browser/設定ダイアログ/書き出しファイル名パターン.spec.ts
|
||
// 再度開くと設定した内容が反映されている | ||
({ doneButton, textbox } = await moveToFilenameDialog(page, settingDialog)); |
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.
(ただのコメントです)
ここの設定って保存できるようにしてあげるとより使いやすいかもですね!
変更量多いからこのプルリクエストではちょっとやらない方が良さそうだけど。
気が向いたらissue作っても良いかもしれない。