diff --git a/tests/e2e/Services/Projects/ProjectsBase.php b/tests/e2e/Services/Projects/ProjectsBase.php index 1f6fd6cfda..3a679c507f 100644 --- a/tests/e2e/Services/Projects/ProjectsBase.php +++ b/tests/e2e/Services/Projects/ProjectsBase.php @@ -4,6 +4,7 @@ namespace Tests\E2E\Services\Projects; use Tests\E2E\Client; use Utopia\Database\Helpers\ID; +use Utopia\Database\Helpers\Role; use Utopia\System\System; trait ProjectsBase diff --git a/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php b/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php index 363c341b52..0572d1b119 100644 --- a/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php +++ b/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php @@ -6009,9 +6009,7 @@ class ProjectsConsoleClientTest extends Scope $this->assertEquals(204, $response['headers']['status-code']); } - /** - * @group ciIgnore - */ + #[Group('ciIgnore')] public function testProjectSpecificPermissionsForListProjects(): void { $teamId = ID::unique(); @@ -6097,9 +6095,7 @@ class ProjectsConsoleClientTest extends Scope } } - /** - * @group ciIgnore - */ + #[Group('ciIgnore')] public function testProjectSpecificPermissionsForUpdateProject(): void { $teamId = ID::unique(); @@ -6206,9 +6202,7 @@ class ProjectsConsoleClientTest extends Scope } } - /** - * @group ciIgnore - */ + #[Group('ciIgnore')] public function testProjectSpecificPermissionsForDeleteProject(): void { $teamId = ID::unique(); @@ -6305,9 +6299,9 @@ class ProjectsConsoleClientTest extends Scope } /** - * @group ciIgnore * Test project specific permissions for project resources, in this case 'function variables'. */ + #[Group('ciIgnore')] public function testProjectSpecificPermissionsForProjectResources(): void { $teamId = ID::unique();