remove test.only causing org access tests to skip

This commit is contained in:
John Mitchell 2019-04-11 12:40:27 -04:00
parent b17fb8a596
commit a808462a3d
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -175,7 +175,7 @@ describe('<OrganizationAccessList />', () => {
});
});
test.only('state is set appropriately when a user tries deleting a role', (done) => {
test('state is set appropriately when a user tries deleting a role', (done) => {
const wrapper = mount(
<I18nProvider>
<MemoryRouter>