mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
refact: allocation and child summaries into ember-cli-page-object components
This commit is contained in:
@@ -82,10 +82,10 @@ export default create({
|
||||
tooltip: attribute('aria-label'),
|
||||
},
|
||||
},
|
||||
|
||||
childrenSummary: isPresent('[data-test-job-summary] [data-test-children-status-bar]'),
|
||||
allocationsSummary: isPresent('[data-test-job-summary] [data-test-allocation-status-bar]'),
|
||||
|
||||
childrenSummary: jobClientStatusBar('[data-test-job-summary] [data-test-children-status-bar]'),
|
||||
allocationsSummary: jobClientStatusBar(
|
||||
'[data-test-job-summary] [data-test-allocation-status-bar]'
|
||||
),
|
||||
...allocations(),
|
||||
|
||||
viewAllAllocations: text('[data-test-view-all-allocations]'),
|
||||
|
||||
Reference in New Issue
Block a user