V16 QA Added acceptance tests for granular document permission (#19546)
* Added tests for granular document permission * Updated tests for Webhook * Bumped version * Make all tests for granular permission run in the pipeline * Added issue link for the failing tests * Remove .skip * Removed unnecessary tests * Updated assertion step for create and delete document for a specific document * Updated tests for read permission * Fixed comments
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"testSqlite": "npx playwright test DefaultConfig --grep-invert \"Users\"",
|
||||
"all": "npx playwright test",
|
||||
"createTest": "node createTest.js",
|
||||
"smokeTest": "npx playwright test DefaultConfig --grep \"@smoke\"",
|
||||
"smokeTest": "npx playwright test DefaultConfig/Users/Permissions/UserGroup/GranularPermissionsInContent",
|
||||
"smokeTestSqlite": "npx playwright test DefaultConfig --grep \"@smoke\" --grep-invert \"Users\""
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user