mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Fix scoping issue with the jobs list page object
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user