Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed May 22, 2024
1 parent 19eb73d commit 7268d20
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe('FileSidebar', () => {
'One or more modules specified in your protocol in Slot(s) A1,B1 are not currently used in any step. In order to run this protocol you will need to power up and connect the modules to your robot.'
)
})
it.only('renders the formatted unused pipettes and modules warning sorted by count', () => {
it('renders the formatted unused pipettes and modules warning sorted by count', () => {
vi.mocked(getInitialDeckSetup).mockReturnValue({
modules: {
moduleId1: {
Expand Down Expand Up @@ -280,7 +280,6 @@ describe('FileSidebar', () => {
})
render()
fireEvent.click(screen.getByRole('button', { name: 'Export' }))
screen.debug()
screen.getByText(
'The mock display name pipette and Temperature modules, Thermocycler module, and Heater-Shaker module in your protocol are not currently used in any step. In order to run this protocol you will need to attach this pipette as well as power up and connect the module to your robot.'
)
Expand Down

0 comments on commit 7268d20

Please sign in to comment.