Skip to content

Commit

Permalink
Add: チェックを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 31, 2023
1 parent f5a74e4 commit ff3f473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/navigators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export async function toggleSetting(page: Page, settingName: string) {
await page.waitForTimeout(100);
// FIXME: なぜかariaで取得できない
// await page.getByRole("listitem", { name: "オプション" }).click();
await expect(page.getByText("オプション")).toBeVisible();
await page.getByText("オプション").click();
await page.waitForTimeout(100);
await page
Expand Down

0 comments on commit ff3f473

Please sign in to comment.