2024-05-21 20:48:35 +02:00
|
|
|
/**
|
|
|
|
|
* Paths to the screenshots of the tests.
|
|
|
|
|
*/
|
|
|
|
|
const screenShotPaths = {
|
|
|
|
|
mpr: {
|
|
|
|
|
mprDisplayedCorrectly: 'mprDisplayedCorrectly.png',
|
|
|
|
|
},
|
2024-05-22 17:48:00 +02:00
|
|
|
length: {
|
|
|
|
|
lengthDisplayedCorrectly: 'lengthDisplayedCorrectly.png',
|
|
|
|
|
},
|
2024-05-21 20:48:35 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export { screenShotPaths };
|