diff --git a/tests/e2e/Scopes/ProjectCustom.php b/tests/e2e/Scopes/ProjectCustom.php index c2b4896814..49aabaae67 100644 --- a/tests/e2e/Scopes/ProjectCustom.php +++ b/tests/e2e/Scopes/ProjectCustom.php @@ -70,6 +70,8 @@ trait ProjectCustom 'databases.write', 'collections.read', 'collections.write', + 'transactions.read', + 'transactions.write', 'tables.read', 'tables.write', 'documents.read',