You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Mobile: Add a Rich Text Editor (#12748)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { screen, waitFor } from './testingLibrary';
|
||||
|
||||
const getWebViewWindowById = async (id: string): Promise<Window> => {
|
||||
const getWebViewWindowById = async (id: string): Promise<Window & typeof globalThis> => {
|
||||
const webviewContent = await screen.findByTestId(id);
|
||||
expect(webviewContent).toBeVisible();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user