mirror of
https://github.com/status-im/consul.git
synced 2025-02-25 03:45:27 +00:00
* Installs ember-page-title 5.x * Adds a page title to all template files that need one * Adds an assertion step to test the page titles
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
export default function(visitable, submitable) {
|
|
return submitable({
|
|
visit: visitable('/setting'),
|
|
});
|
|
}
|