@@ -9,7 +9,7 @@ async function renderReady() {
|
||||
vi.fn(async () => new Response("Not found", { status: 404 })),
|
||||
);
|
||||
render(<App />);
|
||||
await screen.findByText(/Parsed as JSON/iu, {}, { timeout: 2_000 });
|
||||
await screen.findByText(/Parsed as JSON/iu, {}, { timeout: 4_000 });
|
||||
}
|
||||
|
||||
describe("Data Tools workbench", () => {
|
||||
@@ -31,7 +31,7 @@ describe("Data Tools workbench", () => {
|
||||
await screen.findByText(
|
||||
/Unexpected|invalid|property/iu,
|
||||
{},
|
||||
{ timeout: 2_000 },
|
||||
{ timeout: 4_000 },
|
||||
);
|
||||
await user.click(screen.getByRole("tab", { name: /Tree/iu }));
|
||||
expect(screen.getByText("project")).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user