Fix scoping issue with the jobs list page object

This commit is contained in:
Michael Lange
2019-03-13 23:43:46 -07:00
parent acddf2b8ad
commit f3acad360e

View File

@@ -54,6 +54,8 @@ export default create({
isPresent: isPresent('[data-test-namespace-switcher]'),
open: clickable('[data-test-namespace-switcher] .ember-power-select-trigger'),
options: collection('.ember-power-select-option', {
testContainer: '#ember-testing',
resetScope: true,
label: text(),
}),
},