Skip to content

Commit

Permalink
書き出しファイル名パターンのe2eテスト修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 12, 2024
1 parent 77aad10 commit 32415f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.beforeEach(gotoHome);
*/
const moveToFilenameDialog = async (page: Page, settingDialog: Locator) => {
await settingDialog
.locator("div.q-card__actions", { hasText: "書き出しファイル名パターン" })
.locator(".row-card", { hasText: "書き出しファイル名パターン" })
.getByRole("button", { name: "編集する" })
.click();
await page.waitForTimeout(500);
Expand Down

0 comments on commit 32415f2

Please sign in to comment.