cypress/e2e/pages/photoGalleryPage/index.cy.js

Summary

Maintainability
A
0 mins
Test Coverage
import runTestsForPage from '../../../support/helpers/runTestsForPage';
import { testsThatFollowSmokeTestConfig } from './tests';

const testsForPage = {
  pageType: 'photoGalleryPage',
  testsThatFollowSmokeTestConfig,
};

runTestsForPage(testsForPage);