test: Add test IDs (#9205)
This commit is contained in:
@@ -97,7 +97,7 @@ describe('Regex Vulnerabilities', function () {
|
||||
expect(this.user.get('emailVerified')).toEqual(false);
|
||||
});
|
||||
|
||||
it('should work with plain token', async function () {
|
||||
it_id('92bbb86d-bcda-49fa-8d79-aa0501078044')('should work with plain token', async function () {
|
||||
expect(this.user.get('emailVerified')).toEqual(false);
|
||||
const current = await request({
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user