diff options
Diffstat (limited to 'packages/frontend/test')
| -rw-r--r-- | packages/frontend/test/home.test.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/test/home.test.ts b/packages/frontend/test/home.test.ts index b70edc6ac1..a67ea40176 100644 --- a/packages/frontend/test/home.test.ts +++ b/packages/frontend/test/home.test.ts @@ -42,8 +42,6 @@ describe('XHome', () => { const anchor = home.container.querySelector<HTMLAnchorElement>('a[href^="https://example.com/"]'); assert.exists(anchor, 'anchor to the remote exists'); assert.strictEqual(anchor?.href, 'https://example.com/@user/profile'); - - assert.ok(anchor?.parentElement?.classList.contains('warn'), 'the parent is a warning'); }); test('The remote caution should fall back to uri if url is null', async () => { |