mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
9 lines
211 B
JavaScript
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]'),
|
|
};
|
|
}
|