Skip to content
Snippets Groups Projects
Unverified Commit 7abbbce3 authored by Lukas Eipert's avatar Lukas Eipert
Browse files

Fix selector in karma spec

parent 85f65f5f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment