forked from baron/baron-sso
네이버 계정 정합성 맞춤
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
import { dateTimeInputToUnixSeconds } from "../src/features/clients/rpClaimDateTime";
|
||||
import {
|
||||
type Consent,
|
||||
installDevApiMock,
|
||||
@@ -7,7 +8,6 @@ import {
|
||||
} from "./helpers/devfront-fixtures";
|
||||
import { captureEvidence } from "./helpers/evidence";
|
||||
import { installDevFrontStaticRoutes } from "./helpers/static-devfront";
|
||||
import { dateTimeInputToUnixSeconds } from "../src/features/clients/rpClaimDateTime";
|
||||
|
||||
test.describe("DevFront consents", () => {
|
||||
test.afterEach(async ({ page }, testInfo) => {
|
||||
|
||||
Reference in New Issue
Block a user