Skip to content

Commit

Permalink
test: fix attachment path
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 20, 2024
1 parent 57626fe commit 7fa0271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
electron-install: false
full-cache: true

- name: Run Playground Build
- name: Run playground build
run: yarn workspace @blocksuite/playground build

- name: Run playwright tests
Expand Down
2 changes: 1 addition & 1 deletion blocksuite/tests-legacy/attachment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
import { test } from './utils/playwright.js';

const FILE_NAME = 'test-card-1.png';
const FILE_PATH = `../packages/playground/public/${FILE_NAME}`;
const FILE_PATH = `../playground/public/${FILE_NAME}`;
const FILE_ID = 'ejImogf-Tb7AuKY-v94uz1zuOJbClqK-tWBxVr_ksGA=';
const FILE_SIZE = 45801;

Expand Down

0 comments on commit 7fa0271

Please sign in to comment.