Skip to content

Commit 3f8f8f2

Browse files
committed
Rename file e2e.ts to e2ee.ts
1 parent 5eddbd3 commit 3f8f8f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

cypress/e2e/trafficlight/trafficlight.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
startCrossSigning,
2727
verifyCrossSigningEmoji,
2828
verifyDeviceIsTrusted,
29-
} from "./actions/e2e";
29+
} from "./actions/e2ee";
3030

3131
type JSONValue =
3232
| string
@@ -88,7 +88,7 @@ function runAction(action: string, data: JSONValue): string | undefined {
8888
case "logout":
8989
return logout();
9090

91-
// E2E
91+
// E2EE
9292
case 'start_crosssign':
9393
return startCrossSigning(data);
9494
case 'accept_crosssign':

0 commit comments

Comments
 (0)