2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 14:20:39 +00:00

9 lines
211 B
JavaScript

import { text } from 'ember-cli-page-object';
export default function(visitable, isPresent) {
return {
visit: visitable('/:dc/routing-config/:name'),
source: text('[data-test-consul-source]'),
};
}