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() {
329329
330330 await page.locator(' # checkbox1').check();
331331
332- const info = await page.locator('#counter-button ').textContent ();
332+ const info = await page.locator('#checkbox-info-display ').textContent ();
333333 check(info, {
334334 ' checkbox is checked' : (info) => info === ' Thanks for checking the box' ,
335335 });
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ export async function browserTest() {
329329
330330 await page.locator(' # checkbox1').check();
331331
332- const info = await page.locator('#counter-button ').textContent ();
332+ const info = await page.locator('#checkbox-info-display ').textContent ();
333333 check(info, {
334334 ' checkbox is checked' : (info) => info === ' Thanks for checking the box' ,
335335 });
You can’t perform that action at this time.
0 commit comments