Transcript
00:00 Although our component tests are passing, there is something off about them. Well, they don't have any styles for once. And if you compare this to the actual running application, this is a very different story. Obviously, we want to have the same styles applied during the component tests, not only to make sure that we're testing the same components visually,
00:18 but also because incorrect styles may cause your components to be inaccessible. And we would like our tests to catch that. This will be your task for this exercise. Follow the instructions to introduce a new global setup that will run in the browser, import the needed assets like CSS files, and then have your tests passing,
00:36 but also check them visually that they actually match the components that you're testing.