Skip to content

Commit b0b0bee

Browse files
author
aligneddev
committed
fix test
1 parent 33346b3 commit b0b0bee

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/BikeTracking.Frontend/src/pages/HistoryPage.test.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,10 @@ describe('HistoryPage', () => {
429429
name: /gas price/i,
430430
}) as HTMLInputElement
431431
expect(gasPriceInput.value).toBe('3.9999')
432-
expect(
433-
screen.getByText('Source: U.S. Energy Information Administration (EIA)')
434-
).toBeInTheDocument()
432+
// I moved this to a tooltip
433+
// expect(
434+
// screen.getByText('Source: U.S. Energy Information Administration (EIA)')
435+
// ).toBeInTheDocument()
435436
})
436437
})
437438

0 commit comments

Comments
 (0)