decide.nolog.cz/tests/pages/index.js
jelhan 94b4dc6f82 use localStorage instead of cookie to save locale setting
there is no need to tell the server which locale is prefered by client
2016-08-21 14:31:39 +02:00

4 lines
178 B
JavaScript

import PageObject from 'ember-cli-page-object';
import { defaultsForApplication } from 'croodle/tests/pages/defaults';
export default PageObject.create(defaultsForApplication);