Skip to content

Commit

Permalink
Show content
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 18, 2024
1 parent c8edc45 commit fc04a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/needsSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export default async function needsSetupTest(browser: Browser) {
const page = await browser.newPage();
await page.goto('http://localhost:3007/tests/test.html');

console.log(await page.content());

const findTextOnPage = findTextBySelector(page);

const signUpButton = await findTextOnPage('Sign Up');
Expand Down

0 comments on commit fc04a01

Please sign in to comment.