Skip to content

Commit

Permalink
id 指定する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 21, 2024
1 parent 2d62059 commit f0fff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/messaging.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test('messaging pages', async ({ browser }) => {
await page1.click('#send-message')

// page2でメッセージが受信されたことを確認
await page2.waitForSelector('li', { state: 'attached' })
await page2.waitForSelector('#received-messages li', { state: 'attached' })
const receivedMessage1 = await page2.$eval('#received-messages li', (el) => el.textContent)

// 受信したメッセージが期待したものであるか検証
Expand Down

0 comments on commit f0fff12

Please sign in to comment.