mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-12 13:22:55 +02:00
Expand rc- prefix to repo-collab- for clarity
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
This commit is contained in:
parent
fae5d792f4
commit
4fd1adee5f
@ -3,8 +3,8 @@ import {test, expect} from '@playwright/test';
|
||||
import {apiCreateRepo, apiCreateUser, login, randomString} from './utils.ts';
|
||||
|
||||
test('add collaborator search', async ({page, request}) => {
|
||||
const userName = `rc-${randomString(8)}`;
|
||||
const repoName = `rc-${randomString(8)}`;
|
||||
const userName = `repo-collab-${randomString(8)}`;
|
||||
const repoName = `repo-collab-${randomString(8)}`;
|
||||
|
||||
await apiCreateUser(request, userName);
|
||||
await Promise.all([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user