src/integration/pages/featureIdxPage/crossPlatformTests.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  runCommonCrossPlatformTests,
  runStoryPromoTests,
  runSectionTests,
} from '../../common';

export default service => {
  runCommonCrossPlatformTests(service);
  runStoryPromoTests();
  runSectionTests();
};