Skip to content

Commit

Permalink
womp womp test update
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Dec 12, 2024
1 parent b3d55da commit b25dee2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/inventory.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright Oxide Computer Company
*/

import { physicalDisks, rack, sleds, switches } from '@oxide/api-mocks'
import { physicalDisks, sleds, switches } from '@oxide/api-mocks'

import { expect, expectRowVisible, expectVisible, test } from './utils'

Expand Down Expand Up @@ -98,7 +98,6 @@ test('Switch inventory page', async ({ page }) => {
const table = page.getByRole('table')
await expectRowVisible(table, {
id: switches[0].id,
'Rack ID': rack.id,
'part number': '832-0431906',
'serial number': 'BDS02141689',
revision: '1',
Expand Down

0 comments on commit b25dee2

Please sign in to comment.