Skip to content

Commit acac4ea

Browse files
code style fixes
1 parent d5f4bcb commit acac4ea

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
push: true
4040
tags: ${{ env.APP_IMAGE }}
4141
cache-from: |
42-
type=gha
43-
type=registry,ref=${{ env.CACHE_REF }}
42+
type=gha
43+
type=registry,ref=${{ env.CACHE_REF }}
4444
cache-to: |
45-
type=gha,mode=max
46-
type=registry,ref=${{ env.CACHE_REF }},mode=max
45+
type=gha,mode=max
46+
type=registry,ref=${{ env.CACHE_REF }},mode=max
4747
4848
build-frontend:
4949
name: Frontend build

tests/End2End/tests/photo-builder.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ test.describe("photo builder session resumption", () => {
5353
await page.goto("/en/projects");
5454

5555
// 7. Navigate back to the same photo builder URL (cache-bust so we get fresh HTML with existingSessionId)
56-
const revisitUrl =
57-
photoBuilderUrl! + (photoBuilderUrl!.includes("?") ? "&" : "?") + "_=" + Date.now();
56+
const revisitUrl = photoBuilderUrl! + (photoBuilderUrl!.includes("?") ? "&" : "?") + "_=" + Date.now();
5857
await page.goto(revisitUrl);
5958

6059
// 8. "Start Over" buttons are visible (session was resumed)

0 commit comments

Comments
 (0)