You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.only('placeholder computed is Leader if isTeamAdmin is true',()=>{wrapper.setComputed({isTeamAdmin: true});expect(wrapper.vm.placeholder).toContain('Leader');});