Skip to content

Commit

Permalink
#106 debug cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikgeissler committed Sep 26, 2023
1 parent 3647415 commit 3e8d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/student-form.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test(`student signup form can be submitted after filling all required fields`, a
}) => {
await page.goto(`/signup-student`, { waitUntil: `networkidle` })

console.log(page.$eval(`h1`, (el) => el.textContent))
console.log(await page.$eval(`h1`, (el) => el.textContent))

await fill_select(page, `#chapter`, [`Test`])

Expand Down

0 comments on commit 3e8d459

Please sign in to comment.