diff --git a/src/components/home/test/ElevatorPitch.test.js b/src/components/home/test/ElevatorPitch.test.js index d1c4f5c..3b05245 100644 --- a/src/components/home/test/ElevatorPitch.test.js +++ b/src/components/home/test/ElevatorPitch.test.js @@ -12,7 +12,7 @@ test('renders all expected elements', () => { ); // Is the headshot visible? - expect(screen.getByRole("img")).toBeInTheDocument(); + expect(screen.getByRole("ig")).toBeInTheDocument(); // Is the Header "Danielle Zevitz" visible on the screen const name = "Danielle Zevitz"