Skip to content

Commit

Permalink
ADM-834:[frontend]fix: fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
PengxiWPix committed Apr 7, 2024
1 parent 172f7ed commit ec9228a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
23 changes: 0 additions & 23 deletions frontend/e2e/fixtures/importFile/multiple-done-config-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,6 @@ export const importMultipleDoneProjectFromFile = {
Done: 'Done',
},
],
jiraColumnsEmptyByStatus: [
{
TODO: '----',
},
{
Doing: '----',
},
{
Blocked: '----',
},
{
Review: '----',
},
{
'WAIT FOR TEST': '----',
},
{
Testing: '----',
},
{
Done: '----',
},
],
treatFlagCardAsBlock: true,
},
doneStatus: ['DONE'],
Expand Down
3 changes: 0 additions & 3 deletions frontend/e2e/specs/import-project-from-file.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import { config as metricsStepData } from '../fixtures/createNew/metricsStep';
import { ProjectCreationType } from 'e2e/pages/metrics/ReportStep';
import { test } from '../fixtures/testWithExtendFixtures';
import { clearTempDir } from 'e2e/utils/clearTempDir';
import {
config as metricsStepData,
} from "../fixtures/createNew/metricsStep";

test.beforeAll(async () => {
await clearTempDir();
Expand Down

0 comments on commit ec9228a

Please sign in to comment.