Skip to content

Commit

Permalink
missing image and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Oct 30, 2024
1 parent 972efa7 commit bee6900
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/components/FilterColumnsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const FilterColumnsModal = (props: ModalProps): JSX.Element => {
aria-label="apply"
onClick={handleApplyAndClose}
variant="extended"
data-testId="apply-btn"
data-testid="apply-btn"
>
Apply
</Fab>
Expand Down
Binary file added web/src/features/fba/images/mountain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/features/fbaCalculator/components/FBATable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ const FBATable = (props: FBATableProps) => {
parentCallback={filterColumnsCallback}
/>

<FireTable ariaLabel="Fire Behaviour Analysis table" data-testId={props.testId}>
<FireTable ariaLabel="Fire Behaviour Analysis table" data-testid={props.testId}>
<FBATableHead
toggleSorting={toggleSorting}
order={order}
Expand Down
2 changes: 1 addition & 1 deletion web/src/features/moreCast2/components/ActualCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ActualCell = ({ missingActual, value }: ActualCellProps) => {
title={MISSING_ACTUAL_MESSAGE}
>
<TextField
data-testId="actual-cell"
data-testid="actual-cell"
sx={{
backgroundColor: theme.palette.common.white,
border: '2px',
Expand Down

0 comments on commit bee6900

Please sign in to comment.