Skip to content

Commit

Permalink
fix: checking if problem still exists
Browse files Browse the repository at this point in the history
  • Loading branch information
roar-larsen committed Jan 9, 2024
1 parent 3221c14 commit 15c1bc1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ test('Model uncontained complex attribute', async ({ page }) => {
await expect(page.getByRole('tab', { name: 'captain' })).toBeVisible()
await expect(page.getByRole('code')).toBeVisible()
await page.getByRole('button', { name: 'Edit' }).nth(1).click()
// await expect(page.getByTestId('form-text-widget-name').nth(1)).toHaveValue(
// 'Barbossa'
// )
// await expect(
// page.getByTestId('form-number-widget-Phone Number (optional)')
// ).toHaveValue('12345678')
await expect(page.getByTestId('form-text-widget-name').nth(1)).toHaveValue(
'Barbossa'
)
await expect(
page.getByTestId('form-number-widget-Phone Number (optional)')
).toHaveValue('12345678')
})
})

0 comments on commit 15c1bc1

Please sign in to comment.