mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
remove test.only causing org access tests to skip
This commit is contained in:
parent
b17fb8a596
commit
a808462a3d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user