mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
chore: fix test
This commit is contained in:
parent
c30e592ad1
commit
1ac74abff0
@ -11,6 +11,8 @@ it('renders welcome message', async () => {
|
|||||||
</Router>
|
</Router>
|
||||||
</Suspense>,
|
</Suspense>,
|
||||||
);
|
);
|
||||||
const text = await waitForElement(() => getByText('name new project'));
|
const text = await waitForElement(() =>
|
||||||
|
getByText('Grab a slick name for your new app'),
|
||||||
|
);
|
||||||
expect(text).toBeTruthy();
|
expect(text).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user