Skip to content

Commit

Permalink
testの内容を実装の変更に合わせて更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Sep 29, 2024
1 parent 622a00b commit 04a075f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/navigators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ export async function toggleSetting(page: Page, settingName: string) {
await page.getByText("オプション").click();
await page.waitForTimeout(100);
await page
.locator(".q-card__actions", {
.locator(".row-card", {
has: page.getByText(settingName),
})
.locator(".q-toggle")
.click();
await page.waitForTimeout(100);
await page.getByRole("button", { name: "設定を閉じる" }).click();
Expand Down

0 comments on commit 04a075f

Please sign in to comment.