Skip to content

Commit

Permalink
ADM-898:[frontend]fix: fix the error from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TingyuDong committed Apr 12, 2024
1 parent c1d1261 commit 8243759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/e2e/pages/metrics/config-step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export class ConfigStep {
readonly requiredMetricsVelocityOption: Locator;
readonly requiredMetricsCycleTimeOption: Locator;
readonly requiredMetricsClassificationOption: Locator;
readonly requiredMetricsReworkTimesOption: Locator;
readonly requiredMetricsLeadTimeForChangesOption: Locator;
readonly requiredMetricsDeploymentFrequencyOption: Locator;
readonly requiredMetricsChangeFailureRateOption: Locator;
Expand Down
2 changes: 1 addition & 1 deletion frontend/e2e/specs/major-path/create-a-new-project.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test('Create a new project without block column in boarding mapping', async ({
await configStep.typeInProjectName(configWithoutBlockColumnData.projectName);
await configStep.selectRegularCalendar(configWithoutBlockColumnData.calendarType);
await configStep.typeInDateRange(dateRange);
await configStep.selectReworkTimesMetrics();
await configStep.selectReworkTimesRequiredMetrics();
await configStep.checkBoardFormVisible();
await configStep.checkPipelineToolFormInvisible();
await configStep.checkSourceControlFormInvisible();
Expand Down

0 comments on commit 8243759

Please sign in to comment.