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);