Compare commits

...
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
pedro 0a12f73668 some tests tend to fail
these are all, that are sensible on running several time in the same
instance (without resetting the DB)
2024-04-02 18:14:54 +02:00
5 changed files with 15 additions and 15 deletions

View File

@ -116,7 +116,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
* - Check that the fields displayed in "View" Credential are the expected ones * - Check that the fields displayed in "View" Credential are the expected ones
*/ */
test('USER -> My Credentials -> View FVC enabled Credential for user1', async ({ page }) => { test.fixme('USER -> My Credentials -> View FVC enabled Credential for user1', async ({ page }) => {
let schemaType = SCHEMA_TYPE_FVC; let schemaType = SCHEMA_TYPE_FVC;
let user = USER1_EMAIL; let user = USER1_EMAIL;
@ -126,7 +126,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> View FVC enabled Credential for user2', async ({ page }) => { test.fixme('USER -> My Credentials -> View FVC enabled Credential for user2', async ({ page }) => {
let schemaType = SCHEMA_TYPE_FVC; let schemaType = SCHEMA_TYPE_FVC;
let user = USER2_EMAIL; let user = USER2_EMAIL;
@ -135,7 +135,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> Request the issuance of a FVC for user3', async ({ page }) => { test.fixme('USER -> My Credentials -> Request the issuance of a FVC for user3', async ({ page }) => {
let schemaType = SCHEMA_TYPE_FVC; let schemaType = SCHEMA_TYPE_FVC;
let user = USER3_EMAIL; let user = USER3_EMAIL;

View File

@ -101,7 +101,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
*/ */
test('USER -> My Credentials -> View MC enabled Credential for user1', async ({ page }) => { test.fixme('USER -> My Credentials -> View MC enabled Credential for user1', async ({ page }) => {
let schemaType = SCHEMA_TYPE_MC; let schemaType = SCHEMA_TYPE_MC;
let user = USER1_EMAIL; let user = USER1_EMAIL;
@ -111,7 +111,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> View MC enabled Credential for user3', async ({ page }) => { test.fixme('USER -> My Credentials -> View MC enabled Credential for user3', async ({ page }) => {
let schemaType = SCHEMA_TYPE_MC; let schemaType = SCHEMA_TYPE_MC;
let user = USER3_EMAIL; let user = USER3_EMAIL;
@ -121,7 +121,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> Request the issuance of a MC for user3', async ({ page }) => { test.fixme('USER -> My Credentials -> Request the issuance of a MC for user3', async ({ page }) => {
let schemaType = SCHEMA_TYPE_MC; let schemaType = SCHEMA_TYPE_MC;
let user = USER3_EMAIL; let user = USER3_EMAIL;

View File

@ -102,7 +102,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
* - Check that the fields displayed in "View" Credential are the expected ones * - Check that the fields displayed in "View" Credential are the expected ones
*/ */
test('USER -> My Credentials -> View NGO_FM enabled Credential for user1', async ({ page }) => { test.fixme('USER -> My Credentials -> View NGO_FM enabled Credential for user1', async ({ page }) => {
let schemaType = SCHEMA_TYPE_NGO_FM; let schemaType = SCHEMA_TYPE_NGO_FM;
let user = USER1_EMAIL; let user = USER1_EMAIL;
@ -111,7 +111,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> View NGO_FM enabled Credential for user2', async ({ page }) => { test.fixme('USER -> My Credentials -> View NGO_FM enabled Credential for user2', async ({ page }) => {
let schemaType = SCHEMA_TYPE_NGO_FM; let schemaType = SCHEMA_TYPE_NGO_FM;
let user = USER2_EMAIL; let user = USER2_EMAIL;
@ -120,7 +120,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> Request the issuance of a NGO_FM for user2', async ({ page }) => { test.fixme('USER -> My Credentials -> Request the issuance of a NGO_FM for user2', async ({ page }) => {
let schemaType = SCHEMA_TYPE_NGO_FM; let schemaType = SCHEMA_TYPE_NGO_FM;
let user = USER2_EMAIL; let user = USER2_EMAIL;

View File

@ -102,7 +102,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
* - Check that the fields displayed in "View" Credential are the expected ones * - Check that the fields displayed in "View" Credential are the expected ones
*/ */
test('USER -> My Credentials -> View CC enabled Credential for user1', async ({ page }) => { test.fixme('USER -> My Credentials -> View CC enabled Credential for user1', async ({ page }) => {
let schemaType = SCHEMA_TYPE_CC; let schemaType = SCHEMA_TYPE_CC;
let user = USER1_EMAIL; let user = USER1_EMAIL;
@ -111,7 +111,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> View CC enabled Credential for user2', async ({ page }) => { test.fixme('USER -> My Credentials -> View CC enabled Credential for user2', async ({ page }) => {
let schemaType = SCHEMA_TYPE_CC; let schemaType = SCHEMA_TYPE_CC;
let user = USER2_EMAIL; let user = USER2_EMAIL;
@ -120,7 +120,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> Request the issuance of a CC for user2', async ({ page }) => { test.fixme('USER -> My Credentials -> Request the issuance of a CC for user2', async ({ page }) => {
let schemaType = SCHEMA_TYPE_CC; let schemaType = SCHEMA_TYPE_CC;
let user = USER2_EMAIL; let user = USER2_EMAIL;
@ -130,4 +130,4 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
await test_RequestAndCheckIssuedCredentialByUser(page, schemaType, user); await test_RequestAndCheckIssuedCredentialByUser(page, schemaType, user);
}); });
}) })

View File

@ -122,7 +122,7 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
}); });
test('USER -> My Credentials -> Request the issuance of a EOC for user2', async ({ page }) => { test.fixme('USER -> My Credentials -> Request the issuance of a EOC for user2', async ({ page }) => {
let schemaType = SCHEMA_TYPE_EOC; let schemaType = SCHEMA_TYPE_EOC;
let user = USER2_EMAIL; let user = USER2_EMAIL;
@ -132,4 +132,4 @@ test.describe('USER -> My Credentials - enable and issue credentials', () => {
await test_RequestAndCheckIssuedCredentialByUser(page, schemaType, user); await test_RequestAndCheckIssuedCredentialByUser(page, schemaType, user);
}); });
}) })