mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
remove test.only causing org access tests to skip
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user