mirror of
https://github.com/strapi/strapi.git
synced 2025-12-14 00:29:32 +00:00
add test todos
This commit is contained in:
parent
36b53e8046
commit
7b389e49a9
@ -624,8 +624,10 @@ describe('Admin API Token v2 CRUD (e2e)', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test.todo('Regenerated access key works');
|
test.todo('Regenerated access key works');
|
||||||
test.todo('Tokens access content for which they are authorized');
|
test.todo('Custom tokens access content for which they are authorized');
|
||||||
test.todo('Tokens fail to access content for which they are not authorized');
|
test.todo('Custom tokens fail to access content for which they are not authorized');
|
||||||
test.todo('Sets expiration time correctly');
|
test.todo('Sets expiration time correctly');
|
||||||
test.todo("Doesn't have expiration if not set");
|
test.todo("Doesn't have expiration if not set");
|
||||||
|
test.todo("Expired token can't be used");
|
||||||
|
test.todo('Custom token can only be created with valid permissions that exist');
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user