mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
chore: fix test
This commit is contained in:
@@ -11,6 +11,8 @@ it('renders welcome message', async () => {
|
||||
</Router>
|
||||
</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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user