skip user->credentials
This commit is contained in:
parent
d1998547c0
commit
2da6a2d02f
|
@ -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);
|
||||
|
|
Reference in New Issue