diff --git a/ui/tests/pages/jobs/list.js b/ui/tests/pages/jobs/list.js index 620a6cec4..2de345e8d 100644 --- a/ui/tests/pages/jobs/list.js +++ b/ui/tests/pages/jobs/list.js @@ -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(), }), },