Skip to content

Commit d2ba531

Browse files
committed
Change order of visit functions
1 parent 018737c commit d2ba531

File tree

1 file changed

+3
-3
lines changed
  • ui/tests/pages/allocations

1 file changed

+3
-3
lines changed

ui/tests/pages/allocations/fs.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import {
1010
} from 'ember-cli-page-object';
1111

1212
export default create({
13-
visitTask: visitable('/allocations/:id/:name/fs'),
14-
visitTaskPath: visitable('/allocations/:id/:name/fs/:path'),
15-
1613
visitAllocation: visitable('/allocations/:id/fs'),
1714
visitAllocationPath: visitable('/allocations/:id/fs/:path'),
1815

16+
visitTask: visitable('/allocations/:id/:name/fs'),
17+
visitTaskPath: visitable('/allocations/:id/:name/fs/:path'),
18+
1919
fileViewer: {
2020
scope: '[data-test-file-viewer]',
2121
},

0 commit comments

Comments
 (0)