mirror of https://github.com/status-im/consul.git
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
|
import { create, visitable, collection } from 'ember-cli-page-object';
|
||
|
|
||
|
export default create({
|
||
|
visit: visitable('/'),
|
||
|
dcs: collection('[data-test-datacenter-list]'),
|
||
|
});
|