2024-05-21 20:48:35 +02:00
|
|
|
import { visitStudy } from './visitStudy';
|
|
|
|
|
import { checkForScreenshot } from './checkForScreenshot';
|
|
|
|
|
import { screenShotPaths } from './screenShotPaths';
|
2024-06-05 19:09:53 +02:00
|
|
|
import { simulateClicksOnElement } from './simulateClicksOnElement';
|
2024-05-21 20:48:35 +02:00
|
|
|
|
2024-06-05 19:09:53 +02:00
|
|
|
export { visitStudy, checkForScreenshot, screenShotPaths, simulateClicksOnElement };
|