From 2da6a2d02f440d97f8fb1cfb6df55a5de97d22d0 Mon Sep 17 00:00:00 2001 From: mildred Date: Fri, 8 Mar 2024 18:25:28 +0100 Subject: [PATCH] skip user->credentials --- tests/03-COMM-templatesAndDataFiles.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/03-COMM-templatesAndDataFiles.spec.ts b/tests/03-COMM-templatesAndDataFiles.spec.ts index e77ed90..984ef5c 100644 --- a/tests/03-COMM-templatesAndDataFiles.spec.ts +++ b/tests/03-COMM-templatesAndDataFiles.spec.ts @@ -293,7 +293,7 @@ test.describe('USER Credentials Section Tests', () => { * Check the fields displayed when user click "View" Credential */ - test('USER Credentials -> My Credentials -> View enabled Financial Vulnerability Credential', async ({ page }) => { + test.skip('USER Credentials -> My Credentials -> View enabled Financial Vulnerability Credential', async ({ page }) => { // View the Financial Vulnerabilty Credential in status 'Enabled' for the user const credentialStatus = "Enabled" await gotoViewEnabledCredential(page, SCHEMA_TYPE_FVC);