Skip to content

Commit

Permalink
fix: tets fix alert message
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Jun 19, 2024
1 parent 9aefc5f commit 490c024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/tests/plugin-form-dimensional_scalar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test('Dimensional scalar', async ({ page }) => {
await page.getByTestId('number').getByRole('spinbutton').fill('25')
await page.getByRole('textbox').fill('1 mile')
await page.getByRole('button', { name: 'Submit' }).click()
await expect(page.getByRole('alert')).not.toBeVisible()
await navigate()
await expect(
page.getByTestId('significantWaveHeight').getByRole('spinbutton')
Expand Down

0 comments on commit 490c024

Please sign in to comment.