Skip to content

Commit

Permalink
fix: mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Feb 1, 2024
1 parent ab52888 commit af85f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/createTrackedEntity.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
selectProgramForTE,
selectTrackedEntityWithType,
} from '../helpers/dimensions.js'
import { assertChipContainsText } from '../helpers/layout.js'
// import { assertChipContainsText } from '../helpers/layout.js'
import { clickMenubarUpdateButton } from '../helpers/menubar.js'
import { selectFixedPeriod, getCurrentYearStr } from '../helpers/period.js'
import { goToStartPage } from '../helpers/startScreen.js'
Expand Down
1 change: 1 addition & 0 deletions src/components/Layout/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const Chip = ({
<Tooltip
content={renderTooltipContent()}
placement="bottom"
dataTest="layout-chip-tooltip"
>
{({ ref, onMouseOver, onMouseOut }) => (
<div
Expand Down

0 comments on commit af85f39

Please sign in to comment.