This commit is contained in:
parent
99cdc7ad3b
commit
ecb7e9fd4c
|
@ -1,7 +1,8 @@
|
|||
import selectors from '../../helpers/selectors.js';
|
||||
import createNightmare from '../../helpers/nightmare';
|
||||
|
||||
describe('claim Descriptor path', () => {
|
||||
// #1569 claim.delete
|
||||
xdescribe('claim Descriptor path', () => {
|
||||
const nightmare = createNightmare();
|
||||
const claimId = 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue