Skip to content

Commit

Permalink
Add some
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Aug 31, 2023
1 parent bdd1def commit a46b212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fillform.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function() {
page.locator('input[type="submit"]').click(),
]);
check(page, {
'header': page => page.locator('h2').textContent() == 'Welcome, admin!'
'header': page => page.locator('h2').textContent() == 'Welcome, admin!',
});

// Check whether we receive cookies from the logged site.
Expand Down

0 comments on commit a46b212

Please sign in to comment.