File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ export async function browserTest() {
329
329
330
330
await page.locator(' # checkbox1').check();
331
331
332
- const info = await page.locator('#counter-button ').textContent ();
332
+ const info = await page.locator('#checkbox-info-display ').textContent ();
333
333
check(info, {
334
334
' checkbox is checked' : (info) => info === ' Thanks for checking the box' ,
335
335
});
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ export async function browserTest() {
329
329
330
330
await page.locator(' # checkbox1').check();
331
331
332
- const info = await page.locator('#counter-button ').textContent ();
332
+ const info = await page.locator('#checkbox-info-display ').textContent ();
333
333
check(info, {
334
334
' checkbox is checked' : (info) => info === ' Thanks for checking the box' ,
335
335
});
You can’t perform that action at this time.
0 commit comments