Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 17, 2024
1 parent c97a936 commit 1337a6d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type * as React from 'react'
import { describe, it, vi, beforeEach } from 'vitest'
import { describe, it, vi, beforeEach, expect } from 'vitest'
import '@testing-library/jest-dom/vitest'
import { FLEX_ROBOT_TYPE, fixture12Trough } from '@opentrons/shared-data'
import { screen } from '@testing-library/react'
Expand Down Expand Up @@ -67,6 +66,6 @@ describe('OffDeckDetails', () => {
screen.getByText('OFF-DECK LABWARE')
screen.getByText('mock LabwareRender')
screen.getByText('Add labware')
screen.getByText('Highlight Offdeck Slot')
expect(screen.getAllByText('Highlight Offdeck Slot')).toHaveLength(2)
})
})

0 comments on commit 1337a6d

Please sign in to comment.