Skip to content

Commit

Permalink
ADM-953 [frontend]: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-yinyuan committed May 29, 2024
1 parent 7843d7c commit 76f6112
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { config as metricsStepData } from '../../fixtures/create-new/metrics-step';
import { config as configStepData } from '../../fixtures/create-new/config-step';
import adjustBrowserTimezone from '../../utils/set-chrome-default-timezone';
import { test } from '../../fixtures/test-with-extend-fixtures';
import { clearTempDir } from '../../utils/clear-temp-dir';
import { format } from '../../utils/date-time';

test.beforeAll(async () => {
await clearTempDir();
await adjustBrowserTimezone();
});

test('Only select velocity metrics on config page', async ({ homePage, configStep, metricsStep, reportStep }) => {
Expand Down

0 comments on commit 76f6112

Please sign in to comment.