debugging
This commit is contained in:
parent
7425392413
commit
329c4c18a7
1 changed files with 3 additions and 0 deletions
|
|
@ -55,11 +55,14 @@ const login = async (page, user) => {
|
|||
test('user can register, log out, and log back in', async ({ page }) => {
|
||||
const user = createTestUser()
|
||||
await register(page, user)
|
||||
console.debug('Register Success')
|
||||
await expect(page.getByTitle('Log out')).toBeVisible()
|
||||
|
||||
await logout(page)
|
||||
console.debug('Logout Success')
|
||||
|
||||
await login(page, user)
|
||||
console.debug('Login Success')
|
||||
await expect(page.getByTitle('Log out')).toBeVisible()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue