Fix selector in karma spec
This commit is contained in:
parent
85f65f5f71
commit
7abbbce38c
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ describe('Dashboard', () => {
|
|||
Vue.nextTick()
|
||||
.then(() => {
|
||||
const dropdownItems = component.$el.querySelectorAll(
|
||||
'.js-environments-dropdown .dropdown-item.is-active',
|
||||
'.js-environments-dropdown .dropdown-item.active',
|
||||
);
|
||||
|
||||
expect(dropdownItems.length).toEqual(1);
|
||||
|
|
Loading…
Reference in a new issue