Skip to content
Snippets Groups Projects

Replace GlFormSelect by GlCollapsibleListbox

Merged Eduardo Sanz García requested to merge eduardosanz/invite-member-custom-role-0 into master
All threads resolved!
3 files
+ 5
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -149,7 +149,7 @@ describe('EEInviteModalBase', () => {
});
it('emits submit', () => {
expect(wrapper.emitted('submit')).toEqual([[{ accessLevel: 10, expiresAt: undefined }]]);
expect(wrapper.emitted('submit')).toEqual([[{ accessLevel: 20, expiresAt: undefined }]]);
});
});
});
@@ -267,7 +267,7 @@ describe('EEInviteModalBase', () => {
it('emits submit event', () => {
expect(wrapper.emitted('submit')).toHaveLength(1);
expect(wrapper.emitted('submit')).toEqual([[{ accessLevel: 10, expiresAt: undefined }]]);
expect(wrapper.emitted('submit')).toEqual([[{ accessLevel: 20, expiresAt: undefined }]]);
});
it('shows the initial modal', () => {
Loading