mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 19:11:57 +08:00
fix: should allow affine.pro to be embedded (#14285)
This commit is contained in:
@@ -14,7 +14,7 @@ import { expect, type Page, test } from '@playwright/test';
|
||||
const TEST_SPOTIFY_URL =
|
||||
'https://open.spotify.com/episode/7makk4oTQel546B0PZlDM5';
|
||||
|
||||
const TEST_AFFINE_URL = 'https://affine.pro/';
|
||||
const TEST_AFFINE_URL = 'https://app.affine.pro/';
|
||||
|
||||
const EMBED_IFRAME_BLOCK = 'affine-embed-iframe-block';
|
||||
const EMBED_EDGELESS_IFRAME_BLOCK = 'affine-embed-edgeless-iframe-block';
|
||||
|
||||
Reference in New Issue
Block a user