refact: allocation and child summaries into ember-cli-page-object components

This commit is contained in:
Jai Bhagat
2022-01-12 11:18:59 -05:00
parent c1bef174ee
commit ecaf46c6c9

View File

@@ -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]'),