https://github.com/playwright-community/expect-playwright#toHaveSelector `toHaveSelector`を使う。 ```ts await expect(this.page).toHaveSelector( 'data-test-id=hoge', ) ```