Fix selector in karma spec

This commit is contained in:
Lukas Eipert 2019-06-28 15:39:55 +02:00
parent 85f65f5f71
commit 7abbbce38c
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC

View file

@ -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);