cypress/e2e/pages/homePage/testsForAMPOnly.js

Summary

Maintainability
A
0 mins
Test Coverage
import runAdsTests from '../../../support/helpers/adsTests/testsForAMPOnly';
import getAppEnv from '../../../support/helpers/getAppEnv';

export default ({ service }) => {
  if (getAppEnv() === 'local') {
    runAdsTests({ service });
  }
};