Skip to content

Commit 04ab9bc

Browse files
committed
temperarily remove playwright to quicken build
1 parent 8565a90 commit 04ab9bc

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,12 @@ jobs:
2020
lint:
2121
uses: ./.github/workflows/lint.yml
2222

23-
playwright:
24-
needs: [container]
25-
uses: ./.github/workflows/playwright.yml
26-
with:
27-
container-image: ${{ needs.container.outputs.container-image }}
28-
2923
publish:
3024
permissions:
3125
id-token: write
3226
contents: read
3327
pull-requests: write # required by riff-raff action
34-
needs: [container, prettier, jest, lint, playwright]
28+
needs: [container, prettier, jest, lint]
3529
uses: ./.github/workflows/publish.yml
3630
with:
3731
container-image: ${{ needs.container.outputs.container-image }}

dotcom-rendering/src/components/LoopVideo.importable.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,11 @@ export const LoopVideo = ({
437437
console.log(
438438
'The page was restored from the bfcache. Forcing update.',
439439
);
440-
console.log('bfcache useEffect - playerState', playerState);
440+
console.log('bfccache useEffect - playerState', playerState);
441441
console.log('bfcache useEffect - isPlayable', isPlayable);
442442

443443
setIsAutoplayAllowed(null);
444+
setPlayerState('NOT_STARTED');
444445
setIsRestoredFromBFCache((prev) => prev + 1);
445446
}
446447
});

0 commit comments

Comments
 (0)