some tests tend to fail
these are all, that are sensible on running several time in the same instance (without resetting the DB)
This commit is contained in:
parent
d8b0919352
commit
0a12f73668
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Reference in New Issue