Skip to content

Commit

Permalink
fix project create test
Browse files Browse the repository at this point in the history
  • Loading branch information
marshall007 committed May 24, 2024
1 parent 4074ccd commit ef6e7b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/gitlab.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ test('setup a project', async ({ page }) => {

await page.goto('/projects/new#blank_project');
await page.getByLabel('Project name').fill(projectName);
await page.getByRole('button', { name: 'Pick a group or namespace' }).click();
await page.getByRole('option').filter({ hasText: 'doug' }).click();
await page.getByLabel('Initialize repository with a README').setChecked(true);
await page.getByRole('button', { name: 'Create project' }).click();

Expand Down

0 comments on commit ef6e7b6

Please sign in to comment.