/** * Paths to the screenshots of the tests. */ const screenShotPaths = { mpr: { mprDisplayedCorrectly: 'mprDisplayedCorrectly.png', }, }; export { screenShotPaths };