Skip to content

Commit

Permalink
fix: rm test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Oct 14, 2024
1 parent 1a265c6 commit 8ba014b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test.describe('Environment Editor', async () => {
await page.getByText('baseenv1').click();
});

test.only('duplicate an environment', async ({ page }) => {
test('duplicate an environment', async ({ page }) => {
await page.getByRole('button', { name: 'Manage Environments' }).click();
await page.getByRole('button', { name: 'Manage collection environments' }).click();
await page.getByRole('row', { name: 'ExampleA' }).getByLabel('Environment Actions').click();
Expand Down

0 comments on commit 8ba014b

Please sign in to comment.