Browse Source

remove test.only from playwright tests

feat/export-nest-dir-restructure
starbirdtech383 2 years ago
parent
commit
0239207339
  1. 2
      tests/playwright/tests/db/projectOperations.spec.ts

2
tests/playwright/tests/db/projectOperations.spec.ts

@ -63,7 +63,7 @@ test.describe('Project operations', () => {
await projectPage.deleteProject({ title: 'project-rename', withoutPrefix: true });
});
test.only('project_duplicate', async () => {
test('project_duplicate', async () => {
// if project already exists, delete it to avoid test failures due to residual data
const testProjectName = 'project-to-imexp';
const dupeProjectName: string = testProjectName + ' copy';

Loading…
Cancel
Save