Skip to content

Commit

Permalink
2つ以上あるときもある
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 3, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cdfe594 commit 3c0539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/browser/辞書ダイアログ.spec.ts
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ async function getYomi(page: Page, inputText: string): Promise<string> {
await audioCellInput.click();
await audioCellInput.fill(inputText);
await audioCellInput.press("Enter");
await expect(accentPhrase).toBeVisible();
await expect(accentPhrase).not.toHaveCount(0);

return (await accentPhrase.allTextContents()).join("");
}

0 comments on commit 3c0539c

Please sign in to comment.