7de6301054
* Error thrown if you have no KVs on save * Acceptance tests for flash messages and no-key-value adds * Post-hoc accounting for new variable path routing * Trim on key before validating it as existing
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
import { create, visitable } from 'ember-cli-page-object';
|
|
|
|
export default create({
|
|
visit: visitable('/variables'),
|
|
visitNew: visitable('/variables/new'),
|
|
});
|