Skip to content

Commit

Permalink
added back data test id
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaitasaini committed Jul 30, 2024
1 parent 1ec86e8 commit 64fa2cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion services/ui-src/src/components/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const App = () => {
const authenticatedRoutes = (
<>
{user && (
<Flex sx={sx.appLayout}>
<Flex data-testid="app-container" sx={sx.appLayout}>
<Footer />
</Flex>
)}
Expand Down
2 changes: 0 additions & 2 deletions services/ui-src/src/components/layout/Footer.test.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { render, screen } from "@testing-library/react";
import { axe } from "jest-axe";
// utils
import { RouterWrappedComponent } from "utils/testing/setupJest";
//components
import { Footer } from "components";

const footerComponent = (
Expand Down
3 changes: 0 additions & 3 deletions services/ui-src/src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Link as RouterLink } from "react-router-dom";
// components
import { Box, Container, Flex, Image, Link, Text } from "@chakra-ui/react";
// utils
import { useBreakpoint } from "utils";
// assets
import hhsLogo from "assets/logos/logo_hhs.png";
import medicaidLogo from "assets/logos/logo_medicaid.svg";
import hcbsLogo from "assets/logos/logo_mdct_hcbs_footer.png";
Expand Down

0 comments on commit 64fa2cb

Please sign in to comment.