await expect
.poll(async () => page.getByText('<確認したいテキスト>').count())
.toBeGreaterThan(1);
参照元:
Go to list of users who liked
More than 1 year has passed since last update.
await expect
.poll(async () => page.getByText('<確認したいテキスト>').count())
.toBeGreaterThan(1);
参照元:
Register as a new user and use Qiita more conveniently
Go to list of users who liked