Skip to content

Commit

Permalink
remove old test ID
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyandrick committed Feb 27, 2024
1 parent 162ddb2 commit bc10bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const RightContent = () => {
!_isDrawingEnabled &&
_searchResults &&
_searchResults.features?.length === 0 ? (
<div className="resultCount" data-testid="testShowingAggregatedMessage">
<div className="resultCount">
<div className="resultCountText">No Results Found</div>
</div>
) : null}
Expand Down

0 comments on commit bc10bf6

Please sign in to comment.