https://github.com/playwright-community/expect-playwright#toEqualText > [!warning] > 非推奨です。[[Playwright]]のテストランナーを使いましょう。 `toEqualText`を使う。 ```ts await expect(this.page).toEqualText( `data-test-id=error-alert`, エラーメッセージ ) ```