Skip to content

Commit

Permalink
#106 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikgeissler committed Sep 26, 2023
1 parent 3b641c5 commit 3647415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/student-form.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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))

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

await fill_select(page, `#gender`, [`Weiblich`])
Expand Down

0 comments on commit 3647415

Please sign in to comment.