| ... | @@ -175,7 +175,7 @@ describe('Dashboard', () => { |
... | @@ -175,7 +175,7 @@ describe('Dashboard', () => { |
|
|
|
|
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
const dropdownItems = component.$el.querySelectorAll(
|
|
const dropdownItems = component.$el.querySelectorAll(
|
|
|
'.js-environments-dropdown .dropdown-item[active="true"]',
|
|
'.js-environments-dropdown .dropdown-item.is-active',
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
expect(dropdownItems.length).toEqual(1);
|
|
expect(dropdownItems.length).toEqual(1);
|
| ... | |
... | |
| ... | | ... | |